![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct ($subType=null) | |
![]() | |
__construct ($value=null) | |
equals ($value) | |
__toString () | |
Public Attributes | |
const | __default = self::DEFAULT_TYPE |
const | DEFAULT_TYPE = '' |
const | DB = 'DB' |
const | FILE = 'FILE' |
const | FILE_REFERENCE = 'FILE_REFERENCE' |
const | FOLDER = 'FOLDER' |
Additional Inherited Members | |
![]() | |
static | getConstants ($include_default=false) |
static | cast ($value) |
![]() | |
setValue ($value) | |
isValid ($value) | |
![]() | |
static | loadValues () |
![]() | |
$value | |
![]() | |
static | $enumConstants |
Definition at line 22 of file TableColumnSubType.php.
__construct | ( | $subType = null | ) |
mixed | $subType |
Definition at line 39 of file TableColumnSubType.php.
const __default = self::DEFAULT_TYPE |
Definition at line 24 of file TableColumnSubType.php.
const DB = 'DB' |
Definition at line 31 of file TableColumnSubType.php.
const DEFAULT_TYPE = '' |
Constants reflecting the table column sub type
Definition at line 29 of file TableColumnSubType.php.
const FILE = 'FILE' |
Definition at line 32 of file TableColumnSubType.php.
const FILE_REFERENCE = 'FILE_REFERENCE' |
Definition at line 33 of file TableColumnSubType.php.
const FOLDER = 'FOLDER' |
Definition at line 34 of file TableColumnSubType.php.