PHP Class Jarves\Admin\FieldTypes\AbstractSingleColumnType

Inheritance: extends AbstractType
Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$phpDataType string
$sqlDataType string

Public Methods

Method Description
bootBuildTime ( Object $object, Configs $configs )
bootRunTime ( Object $object, Configs $configs )
getColumns ( ) : Jarves\Admin\FieldTypes\ColumnDefinitionInterface[]
getPhpDataType ( ) : string
getSelection ( ) : array
getSqlDataType ( ) : string
setPhpDataType ( string $phpDataType )
setSqlDataType ( string $sqlDataType )

Method Details

bootBuildTime() public method

public bootBuildTime ( Object $object, Configs $configs )
$object Jarves\Configuration\Object
$configs Jarves\Configuration\Configs

bootRunTime() public method

public bootRunTime ( Object $object, Configs $configs )
$object Jarves\Configuration\Object
$configs Jarves\Configuration\Configs

getColumns() public method

public getColumns ( ) : Jarves\Admin\FieldTypes\ColumnDefinitionInterface[]
return Jarves\Admin\FieldTypes\ColumnDefinitionInterface[]

getPhpDataType() public method

public getPhpDataType ( ) : string
return string

getSelection() public method

public getSelection ( ) : array
return array

getSqlDataType() public method

public getSqlDataType ( ) : string
return string

setPhpDataType() public method

public setPhpDataType ( string $phpDataType )
$phpDataType string

setSqlDataType() public method

public setSqlDataType ( string $sqlDataType )
$sqlDataType string

Property Details

$phpDataType protected property

protected string $phpDataType
return string

$sqlDataType protected property

protected string $sqlDataType
return string