- Timestamp:
- 02/20/12 16:27:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/server/classes/models/SurveyInstance.php
r271 r274 242 242 } 243 243 244 public static function create($obj) { 245 return new SurveyInstance($obj->uid, $obj->survey, $obj->starttime, 246 $obj->endtime, $obj->open, $obj->presetanswers, 247 $obj->answersets); 248 } 249 244 250 } 245 251
Note: See TracChangeset
for help on using the changeset viewer.