Changeset 269 for Dev/branches/jos-branch/server/classes/models/Answer.php
- Timestamp:
- 02/17/12 16:29:20 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/jos-branch/server/classes/models/Answer.php
r268 r269 11 11 */ 12 12 class Answer extends ResearchToolObject { 13 14 /** 15 * static function create() 16 * @param type $obj : The object which should be converted to an Answer 17 */ 18 public static function create($obj) 19 { 20 return new Answer($obj->uid, $obj->question, $obj->values) 21 } 22 13 23 public static $filename = 'data/results/answers.rdf'; 14 24
Note: See TracChangeset
for help on using the changeset viewer.