ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
Go to the source code of this file.
Data Structures | |
class | Spreadsheet_Excel_Writer_Validator |
Namespaces | |
Spreadsheet_Excel_Writer | |
Variables | |
const | OP_BETWEEN 0x00 |
const | OP_NOTBETWEEN 0x01 |
const | OP_EQUAL 0x02 |
const | OP_NOTEQUAL 0x03 |
const | OP_GT 0x04 |
const | OP_LT 0x05 |
const | OP_GTE 0x06 |
const | OP_LTE 0x07 |
const OP_BETWEEN 0x00 |
Definition at line 32 of file Validator.php.
const OP_EQUAL 0x02 |
Definition at line 34 of file Validator.php.
const OP_GT 0x04 |
Definition at line 36 of file Validator.php.
const OP_GTE 0x06 |
Definition at line 38 of file Validator.php.
const OP_LT 0x05 |
Definition at line 37 of file Validator.php.
const OP_LTE 0x07 |
Definition at line 39 of file Validator.php.
const OP_NOTBETWEEN 0x01 |
Definition at line 33 of file Validator.php.
const OP_NOTEQUAL 0x03 |
Definition at line 35 of file Validator.php.