PHP 클래스 Jarves\Admin\FieldTypes\AbstractSingleColumnType

상속: extends AbstractType
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$phpDataType string
$sqlDataType string

공개 메소드들

메소드 설명
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 )

메소드 상세

bootBuildTime() 공개 메소드

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

bootRunTime() 공개 메소드

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

getColumns() 공개 메소드

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

getPhpDataType() 공개 메소드

public getPhpDataType ( ) : string
리턴 string

getSelection() 공개 메소드

public getSelection ( ) : array
리턴 array

getSqlDataType() 공개 메소드

public getSqlDataType ( ) : string
리턴 string

setPhpDataType() 공개 메소드

public setPhpDataType ( string $phpDataType )
$phpDataType string

setSqlDataType() 공개 메소드

public setSqlDataType ( string $sqlDataType )
$sqlDataType string

프로퍼티 상세

$phpDataType 보호되어 있는 프로퍼티

protected string $phpDataType
리턴 string

$sqlDataType 보호되어 있는 프로퍼티

protected string $sqlDataType
리턴 string