Go to the source code of this file.
Data Structures | |
class | Spreadsheet_Excel_Writer_Validator |
Namespaces | |
namespace | Spreadsheet_Excel_Writer |
Enumerations | |
enum | OP_BETWEEN |
enum | OP_NOTBETWEEN |
enum | OP_EQUAL |
enum | OP_NOTEQUAL |
enum | OP_GT |
enum | OP_LT |
enum | OP_GTE |
enum | OP_LTE |
enum OP_BETWEEN |
Definition at line 32 of file Validator.php.
enum OP_EQUAL |
Definition at line 34 of file Validator.php.
enum OP_GT |
Definition at line 36 of file Validator.php.
enum OP_GTE |
Definition at line 38 of file Validator.php.
enum OP_LT |
Definition at line 37 of file Validator.php.
enum OP_LTE |
Definition at line 39 of file Validator.php.
enum OP_NOTBETWEEN |
Definition at line 33 of file Validator.php.
enum OP_NOTEQUAL |
Definition at line 35 of file Validator.php.