PHP Class Jarves\Admin\FieldTypes\AbstractSingleColumnType

Inheritance: extends AbstractType
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$phpDataType string
$sqlDataType string

Méthodes publiques

Méthode 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 méthode

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

bootRunTime() public méthode

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

getColumns() public méthode

public getColumns ( ) : Jarves\Admin\FieldTypes\ColumnDefinitionInterface[]
Résultat Jarves\Admin\FieldTypes\ColumnDefinitionInterface[]

getPhpDataType() public méthode

public getPhpDataType ( ) : string
Résultat string

getSelection() public méthode

public getSelection ( ) : array
Résultat array

getSqlDataType() public méthode

public getSqlDataType ( ) : string
Résultat string

setPhpDataType() public méthode

public setPhpDataType ( string $phpDataType )
$phpDataType string

setSqlDataType() public méthode

public setSqlDataType ( string $sqlDataType )
$sqlDataType string

Property Details

$phpDataType protected_oe property

protected string $phpDataType
Résultat string

$sqlDataType protected_oe property

protected string $sqlDataType
Résultat string