Changeset 31 for Dev/trunk/classes/SurveyRDFWriter.php
- Timestamp:
- 07/21/11 17:36:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SurveyRDFWriter.php
r28 r31 44 44 } 45 45 46 public function addQuestion($qTitle,$qDescription,$qType,$q Answers)46 public function addQuestion($qTitle,$qDescription,$qType,$qID,$qAnswers) 47 47 { 48 $questionID = md5( uniqid(rand(), true) );48 $questionID = $qID; 49 49 $resourceQuestion = new Resource(QUESTION.'/'.$questionID); 50 50
Note: See TracChangeset
for help on using the changeset viewer.