Changeset 158 for Dev/trunk/classes/AnswerSetConnector.php
- Timestamp:
- 11/18/11 11:07:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/AnswerSetConnector.php
r149 r158 44 44 45 45 /** 46 * Get the AnswerSets corresponding to the arguments 47 * Arguments can be one or more of the following: 48 * uid, survey, respondent, answers 49 * Where answers is an array of answer ids 46 * function get() 47 * @param type $arguments : An array having one ore more of the following elements: 48 * 'uid', 'survey', 'respondent', 'answers'. 50 49 */ 51 50 public function get($arguments) … … 102 101 /** 103 102 * function getAnswers() 104 * Gets the answers corresponding to the given answerset uid103 * @param type $uid : the uid for which the answers should be retrieved. 105 104 */ 106 105 private function getAnswers($uid) … … 130 129 131 130 /** 132 * Save the given AnswerSet in the file.133 * @param type $rToolObject 131 * function set() 132 * @param type $rToolObject : The ResearchToolObject to be saved. 134 133 */ 135 134 public function set($rToolObject)
Note: See TracChangeset
for help on using the changeset viewer.