PHP 트레잇 MenaraSolutions\Geographer\Traits\ExposesFields

파일 보기 프로젝트 열기: menarasolutions/geographer

공개 메소드들

메소드 설명
__call ( $methodName, $args ) : string | integer
__get ( $field ) : string
offsetExists ( mixed $offset ) : boolean
offsetGet ( mixed $offset ) : mixed
offsetSet ( mixed $offset, mixed $value ) : void
offsetUnset ( mixed $offset ) : void
toArray ( ) : array

보호된 메소드들

메소드 설명
extract ( string $path ) : mixed

메소드 상세

__call() 공개 메소드

public __call ( $methodName, $args ) : string | integer
$methodName
$args
리턴 string | integer

__get() 공개 메소드

public __get ( $field ) : string
$field
리턴 string

extract() 보호된 메소드

protected extract ( string $path ) : mixed
$path string
리턴 mixed

offsetExists() 공개 메소드

public offsetExists ( mixed $offset ) : boolean
$offset mixed
리턴 boolean

offsetGet() 공개 메소드

public offsetGet ( mixed $offset ) : mixed
$offset mixed
리턴 mixed

offsetSet() 공개 메소드

public offsetSet ( mixed $offset, mixed $value ) : void
$offset mixed

$value mixed

리턴 void

offsetUnset() 공개 메소드

public offsetUnset ( mixed $offset ) : void
$offset mixed
리턴 void

toArray() 공개 메소드

public toArray ( ) : array
리턴 array