PHP 클래스 Neos\Flow\Tests\Reflection\Fixture\ArrayAccessClass

상속: implements ArrayAccess
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$array
$internalProperty

공개 메소드들

메소드 설명
__construct ( array $array )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

메소드 상세

__construct() 공개 메소드

public __construct ( array $array )
$array array

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

프로퍼티 상세

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

protected $array

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

protected $internalProperty