Ignore:
Timestamp:
02/24/12 10:03:02 (13 years ago)
Author:
jkraaijeveld
Message:

Merge from rest-dojo-ui 272-282

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/jos-branch/server/classes/models/ApplicationInstance.php

    r263 r285  
    167167
    168168        }
     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    }
    169175}
    170176?>
Note: See TracChangeset for help on using the changeset viewer.