PHP 트레잇 Bolt\Storage\Entity\MagicAttributeTrait

저자: Ross Riley ([email protected])
상속: use trait Bolt\Storage\CaseTransformTrait
파일 보기 프로젝트 열기: bolt/bolt

공개 프로퍼티들

프로퍼티 타입 설명
$_fields

공개 메소드들

메소드 설명
__call ( $method, $arguments )
__get ( $key )
__isset ( $key )
__set ( $key, $value )
__unset ( $key )

보호된 메소드들

메소드 설명
getFields ( ) : array An internal method that builds a list of available fields depending on context
has ( string $field ) : boolean Boolean check on whether entity has field

메소드 상세

__call() 공개 메소드

public __call ( $method, $arguments )

__get() 공개 메소드

public __get ( $key )

__isset() 공개 메소드

public __isset ( $key )

__set() 공개 메소드

public __set ( $key, $value )

__unset() 공개 메소드

public __unset ( $key )

getFields() 보호된 메소드

An internal method that builds a list of available fields depending on context
protected getFields ( ) : array
리턴 array

has() 보호된 메소드

Boolean check on whether entity has field
protected has ( string $field ) : boolean
$field string
리턴 boolean

프로퍼티 상세

$_fields 공개적으로 프로퍼티

public $_fields