Changeset 158 for Dev/trunk/classes/AnswerConnector.php
- Timestamp:
- 11/18/11 11:07:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/AnswerConnector.php
r157 r158 46 46 47 47 /** 48 * Function get() 49 * Get the answers corresponding to the arguments 50 * 'Question' argument is supposed to be the question ID 51 * 'Values' has to be an array to make sure multiple answers can be selected. 48 * function get() 49 * @param type $arguments: An array having one or more of the following elements: 50 * 'uid', 'question', 'values'. 52 51 */ 53 52 public function get($arguments) … … 99 98 } 100 99 /** 101 * Gets the values that belong to the answer102 * specified by the UID100 * function getValues() 101 * @param type $uid : The uid of the Answer for which the values should be gotten. 103 102 */ 104 103 private function getValues($uid) … … 127 126 128 127 /** 129 * Saves the answer Object to the RDF file. 130 * @param type $rToolObject 128 * function set() 129 * @param type $rToolObject : The ResearchToolObject to be saved. 131 130 */ 132 131 public function set($rToolObject)
Note: See TracChangeset
for help on using the changeset viewer.