Changeset 32 for Dev/trunk/classes/Question.php
- Timestamp:
- 07/21/11 18:24:53 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/classes/Question.php
r29 r32 15 15 public $type; 16 16 public $description; 17 public $answers; 17 public $answers; // format answers['#'] 18 18 19 19 public function __construct($title, $type, $description = null)
Note: See TracChangeset
for help on using the changeset viewer.