TYPO3  7.6
Public Member Functions | Public Attributes | List of all members
TableColumnType Class Reference
Inheritance diagram for TableColumnType:
Enumeration TypeInterface

Public Member Functions

 __construct ($type=null)
 
- Public Member Functions inherited from Enumeration
 __construct ($value=null)
 
 equals ($value)
 
 __toString ()
 

Public Attributes

const __default = self::INPUT
 
const INPUT = 'INPUT'
 
const TEXT = 'TEXT'
 
const CHECK = 'CHECK'
 
const RADIO = 'RADIO'
 
const SELECT = 'SELECT'
 
const GROUP = 'GROUP'
 
const NONE = 'NONE'
 
const PASSTHROUGH = 'PASSTHROUGH'
 
const USER = 'USER'
 
const FLEX = 'FLEX'
 
const INLINE = 'INLINE'
 
const IMAGEMANIPULATION = 'IMAGEMANIPULATION'
 

Additional Inherited Members

- Static Public Member Functions inherited from Enumeration
static getConstants ($include_default=false)
 
static cast ($value)
 
- Protected Member Functions inherited from Enumeration
 setValue ($value)
 
 isValid ($value)
 
- Static Protected Member Functions inherited from Enumeration
static loadValues ()
 
- Protected Attributes inherited from Enumeration
 $value
 
- Static Protected Attributes inherited from Enumeration
static $enumConstants
 

Detailed Description

Definition at line 22 of file TableColumnType.php.

Constructor & Destructor Documentation

__construct (   $type = null)
Parameters
mixed$type

Definition at line 45 of file TableColumnType.php.

Member Data Documentation

const __default = self::INPUT

Definition at line 24 of file TableColumnType.php.

const CHECK = 'CHECK'

Definition at line 31 of file TableColumnType.php.

const FLEX = 'FLEX'

Definition at line 38 of file TableColumnType.php.

const GROUP = 'GROUP'

Definition at line 34 of file TableColumnType.php.

const IMAGEMANIPULATION = 'IMAGEMANIPULATION'

Definition at line 40 of file TableColumnType.php.

const INLINE = 'INLINE'

Definition at line 39 of file TableColumnType.php.

const INPUT = 'INPUT'

Constants reflecting the table column type

Definition at line 29 of file TableColumnType.php.

const NONE = 'NONE'

Definition at line 35 of file TableColumnType.php.

const PASSTHROUGH = 'PASSTHROUGH'

Definition at line 36 of file TableColumnType.php.

const RADIO = 'RADIO'

Definition at line 32 of file TableColumnType.php.

const SELECT = 'SELECT'

Definition at line 33 of file TableColumnType.php.

const TEXT = 'TEXT'

Definition at line 30 of file TableColumnType.php.

const USER = 'USER'

Definition at line 37 of file TableColumnType.php.