PHP 클래스 Jarves\Admin\FieldTypes\TypePageContents

상속: extends AbstractSingleColumnType
파일 보기 프로젝트 열기: jarves/jarves

보호된 프로퍼티들

프로퍼티 타입 설명
$name

공개 메소드들

메소드 설명
bootRunTime ( Object $object, Configs $configs )
getColumns ( )
getRequiredFields ( ) : array A list of field names that are included additional in ObjectCrud's field list during loading of this field.
getSelection ( ) : array

메소드 상세

bootRunTime() 공개 메소드

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

getColumns() 공개 메소드

public getColumns ( )

getRequiredFields() 공개 메소드

A list of field names that are included additional in ObjectCrud's field list during loading of this field.
public getRequiredFields ( ) : array
리턴 array

getSelection() 공개 메소드

public getSelection ( ) : array
리턴 array

프로퍼티 상세

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

protected $name