- Timestamp:
- 02/24/12 10:03:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/server/classes/models/ApplicationInstance.php
r263 r285 167 167 168 168 } 169 170 public static function create($obj) { 171 return new ApplicationInstance($obj->uid, $obj->application, 172 $obj->starttime, $obj->endtime, $obj->open, $obj->playerresults, 173 $obj->groupresults, $obj->periodicresults); 174 } 169 175 } 170 176 ?>
Note: See TracChangeset
for help on using the changeset viewer.