Rev | Line | |
---|
[10] | 1 | <?php |
---|
| 2 | |
---|
| 3 | /** |
---|
| 4 | * Description of SurveyTool |
---|
| 5 | * |
---|
| 6 | * SurveyTool is where the survey can be created. |
---|
| 7 | * |
---|
| 8 | */ |
---|
| 9 | class SurveyCreationTool { |
---|
| 10 | |
---|
| 11 | public function __construct() { |
---|
| 12 | |
---|
| 13 | } |
---|
| 14 | |
---|
| 15 | private static function titleBox() { |
---|
| 16 | //textbox |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | private static function descriptionBox() |
---|
| 20 | { |
---|
| 21 | //textarea |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | private static function addQuestionButton() |
---|
| 25 | { |
---|
| 26 | |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | private static function questionCreationForm() |
---|
| 30 | { |
---|
| 31 | |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.