Changeset 157 for Dev/trunk/classes/Answer.php
- Timestamp:
- 11/18/11 09:33:18 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Answer.php
r149 r157 12 12 /** 13 13 * Constructor for an Answer object 14 * @param type $uid 15 * @param type $question 16 * @param type $values 14 * @param type $uid : The uid of the Answer object. 15 * @param type $question : The Question object this Answer answers. 16 * @param type $values : An array of strings, containing the answers. 17 17 */ 18 18 public function __construct($uid = null, $question = null, $values = null) {
Note: See TracChangeset
for help on using the changeset viewer.