PHP 클래스 GraphAware\Neo4j\Client\Formatter\Type\MapAccess

상속: implements GraphAware\Common\Type\MapAccessor
파일 보기 프로젝트 열기: graphaware/neo4j-php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array

공개 메소드들

메소드 설명
__get ( $name )
asArray ( )
containsKey ( $key )
get ( $key )
hasValue ( $key )
keys ( ) : array
value ( $key, $default = null )
values ( )

메소드 상세

__get() 공개 메소드

public __get ( $name )

asArray() 공개 메소드

public asArray ( )

containsKey() 공개 메소드

public containsKey ( $key )

get() 공개 메소드

public get ( $key )

hasValue() 공개 메소드

public hasValue ( $key )

keys() 공개 메소드

public keys ( ) : array
리턴 array

value() 공개 메소드

public value ( $key, $default = null )

values() 공개 메소드

public values ( )

프로퍼티 상세

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

protected array $properties
리턴 array