PHP 클래스 Jarves\Admin\FieldTypes\TypeObject

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

보호된 프로퍼티들

프로퍼티 타입 설명
$name
$objects Jarves\Objects

공개 메소드들

메소드 설명
__construct ( Objects $objects )
bootRunTime ( Object $object, Configs $configs )
getColumns ( )
getSelection ( ) : string[] Returns the field names to select from the object model as array.

보호된 메소드들

메소드 설명
defineCrossObject ( Object $objectDefinition, Configs $configs ) : boolean
defineRelation ( Object $objectDefinition, Configs $configs )
getRelation ( Configs $configs ) : RelationDefinition | null

메소드 상세

__construct() 공개 메소드

public __construct ( Objects $objects )
$objects Jarves\Objects

bootRunTime() 공개 메소드

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

defineCrossObject() 보호된 메소드

protected defineCrossObject ( Object $objectDefinition, Configs $configs ) : boolean
$objectDefinition Jarves\Configuration\Object
$configs Jarves\Configuration\Configs
리턴 boolean

defineRelation() 보호된 메소드

protected defineRelation ( Object $objectDefinition, Configs $configs )
$objectDefinition Jarves\Configuration\Object
$configs Jarves\Configuration\Configs

getColumns() 공개 메소드

public getColumns ( )

getRelation() 보호된 메소드

protected getRelation ( Configs $configs ) : RelationDefinition | null
$configs Jarves\Configuration\Configs
리턴 RelationDefinition | null

getSelection() 공개 메소드

Returns the field names to select from the object model as array.
public getSelection ( ) : string[]
리턴 string[]

프로퍼티 상세

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

protected $name

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

protected Objects,Jarves $objects
리턴 Jarves\Objects