- Timestamp:
- 02/24/12 10:03:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/server/classes/models/Application.php
r256 r285 113 113 return $applications; 114 114 } 115 116 public static function create($obj) { 117 return new Application($obj->uid, $obj->title, $obj->description, $obj->style); 118 } 115 119 } 116 120
Note: See TracChangeset
for help on using the changeset viewer.