Changeset 97 for Dev/trunk/classes/SurveyResults.php
- Timestamp:
- 09/01/11 14:24:04 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/SurveyResults.php
r75 r97 43 43 { 44 44 private $type; 45 p rivate$answers; // array45 public $answers; // array 46 46 47 47 public function __construct($type, $answers) … … 50 50 $this->answers = $answers; 51 51 } 52 53 public function getType() 54 { 55 return $this->type; 56 } 52 57 } 53 58
Note: See TracChangeset
for help on using the changeset viewer.