- Timestamp:
- 02/24/12 10:03:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/server/classes/models/SessionInstance.php
r263 r285 235 235 } 236 236 237 public static function create($obj) { 238 return new SessionInstance($obj->uid, $obj->title, $obj->location, 239 $obj->facilitator, $obj->starttime, $obj->endtime, $obj->notes, 240 $obj->session, $obj->resultset); 241 } 237 242 238 243 } 244 245 ?>
Note: See TracChangeset
for help on using the changeset viewer.