ILIAS
release_4-3 Revision
|
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.
Spreadsheet_Excel_Writer_Validator::_getData | ( | ) |
Definition at line 177 of file Validator.php.
References $_descr_error, $_descr_prompt, $_formula1, $_formula2, $_title_error, $_title_prompt, $data, and _getOptions().
Spreadsheet_Excel_Writer_Validator::_getOptions | ( | ) |
Definition at line 153 of file Validator.php.
References $_type.
Referenced by _getData().
Spreadsheet_Excel_Writer_Validator::allowBlank | ( | ) |
Definition at line 103 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::onInvalidInfo | ( | ) |
Definition at line 118 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::onInvalidStop | ( | ) |
Definition at line 108 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::onInvalidWarn | ( | ) |
Definition at line 113 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::setError | ( | $errorTitle = "\x00" , |
|
$errorDescription = "\x00" , |
|||
$showError = true |
|||
) |
Definition at line 96 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::setFormula1 | ( | $formula | ) |
Definition at line 123 of file Validator.php.
References $_formula1, and PEAR\isError().
Spreadsheet_Excel_Writer_Validator::setFormula2 | ( | $formula | ) |
Definition at line 138 of file Validator.php.
References $_formula2, and PEAR\isError().
Spreadsheet_Excel_Writer_Validator::setPrompt | ( | $promptTitle = "\x00" , |
|
$promptDescription = "\x00" , |
|||
$showPrompt = true |
|||
) |
Definition at line 89 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::Spreadsheet_Excel_Writer_Validator | ( | & | $parser | ) |
Definition at line 70 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_blank |
Definition at line 53 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_descr_error |
Definition at line 60 of file Validator.php.
Referenced by _getData().
Spreadsheet_Excel_Writer_Validator::$_descr_prompt |
Definition at line 58 of file Validator.php.
Referenced by _getData().
Spreadsheet_Excel_Writer_Validator::$_fixedList |
Definition at line 52 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_formula1 |
Definition at line 62 of file Validator.php.
Referenced by _getData(), and setFormula1().
Spreadsheet_Excel_Writer_Validator::$_formula2 |
Definition at line 63 of file Validator.php.
Referenced by _getData(), and setFormula2().
Spreadsheet_Excel_Writer_Validator::$_incell |
Definition at line 54 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_operator |
Definition at line 61 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_parser |
Definition at line 68 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_showerror |
Definition at line 56 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_showprompt |
Definition at line 55 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_style |
Definition at line 51 of file Validator.php.
Spreadsheet_Excel_Writer_Validator::$_title_error |
Definition at line 59 of file Validator.php.
Referenced by _getData().
Spreadsheet_Excel_Writer_Validator::$_title_prompt |
Definition at line 57 of file Validator.php.
Referenced by _getData().
Spreadsheet_Excel_Writer_Validator::$_type |
Definition at line 50 of file Validator.php.
Referenced by _getOptions().