ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
Validator.php File Reference

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
 

Variable Documentation

◆ OP_BETWEEN

const OP_BETWEEN 0x00

Definition at line 32 of file Validator.php.

◆ OP_EQUAL

const OP_EQUAL 0x02

Definition at line 34 of file Validator.php.

◆ OP_GT

const OP_GT 0x04

Definition at line 36 of file Validator.php.

◆ OP_GTE

const OP_GTE 0x06

Definition at line 38 of file Validator.php.

◆ OP_LT

const OP_LT 0x05

Definition at line 37 of file Validator.php.

◆ OP_LTE

const OP_LTE 0x07

Definition at line 39 of file Validator.php.

◆ OP_NOTBETWEEN

const OP_NOTBETWEEN 0x01

Definition at line 33 of file Validator.php.

◆ OP_NOTEQUAL

const OP_NOTEQUAL 0x03

Definition at line 35 of file Validator.php.