|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| Spreadsheet_Excel_Writer_Validator (&$parser) | |
| setPrompt ($promptTitle="\x00", $promptDescription="\x00", $showPrompt=true) | |
| setError ($errorTitle="\x00", $errorDescription="\x00", $showError=true) | |
| allowBlank () | |
| onInvalidStop () | |
| onInvalidWarn () | |
| onInvalidInfo () | |
| setFormula1 ($formula) | |
| setFormula2 ($formula) | |
| _getOptions () | |
| _getData () | |
Data Fields | |
| $_type | |
| $_style | |
| $_fixedList | |
| $_blank | |
| $_incell | |
| $_showprompt | |
| $_showerror | |
| $_title_prompt | |
| $_descr_prompt | |
| $_title_error | |
| $_descr_error | |
| $_operator | |
| $_formula1 | |
| $_formula2 | |
| $_parser | |
Definition at line 48 of file Validator.php.
| _getData | ( | ) |
| _getOptions | ( | ) |
| allowBlank | ( | ) |
Definition at line 103 of file Validator.php.
| onInvalidInfo | ( | ) |
Definition at line 118 of file Validator.php.
| onInvalidStop | ( | ) |
Definition at line 108 of file Validator.php.
| onInvalidWarn | ( | ) |
Definition at line 113 of file Validator.php.
Definition at line 96 of file Validator.php.
| setFormula1 | ( | $ | formula | ) |
| setFormula2 | ( | $ | formula | ) |
Definition at line 89 of file Validator.php.
| Spreadsheet_Excel_Writer_Validator | ( | &$ | parser | ) |
Definition at line 70 of file Validator.php.
| $_blank |
Definition at line 53 of file Validator.php.
| $_descr_error |
Definition at line 60 of file Validator.php.
| $_descr_prompt |
Definition at line 58 of file Validator.php.
| $_fixedList |
Definition at line 52 of file Validator.php.
| $_formula1 |
Definition at line 62 of file Validator.php.
| $_formula2 |
Definition at line 63 of file Validator.php.
| $_incell |
Definition at line 54 of file Validator.php.
| $_operator |
Definition at line 61 of file Validator.php.
| $_parser |
Definition at line 68 of file Validator.php.
| $_showerror |
Definition at line 56 of file Validator.php.
| $_showprompt |
Definition at line 55 of file Validator.php.
| $_style |
Definition at line 51 of file Validator.php.
| $_title_error |
Definition at line 59 of file Validator.php.
| $_title_prompt |
Definition at line 57 of file Validator.php.
| $_type |
Definition at line 50 of file Validator.php.