PHP 클래스 GraphAware\Reco4PHP\Tests\Helper\FakeNode

상속: implements GraphAware\Common\Type\Node
파일 보기 프로젝트 열기: graphaware/reco4php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$identity
$labels

공개 메소드들

메소드 설명
__construct ( $identity, array $labels = [] )
__get ( $name )
asArray ( )
containsKey ( $key )
createDummy ( $id = null )
get ( $key )
hasLabel ( $label )
hasValue ( $key )
identity ( )
keys ( )
labels ( )
value ( $key, $default = null )
values ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $identity, array $labels = [] )
$labels array

__get() 공개 메소드

public __get ( $name )

asArray() 공개 메소드

public asArray ( )

containsKey() 공개 메소드

public containsKey ( $key )

createDummy() 공개 정적인 메소드

public static createDummy ( $id = null )

get() 공개 메소드

public get ( $key )

hasLabel() 공개 메소드

public hasLabel ( $label )

hasValue() 공개 메소드

public hasValue ( $key )

identity() 공개 메소드

public identity ( )

keys() 공개 메소드

public keys ( )

labels() 공개 메소드

public labels ( )

value() 공개 메소드

public value ( $key, $default = null )

values() 공개 메소드

public values ( )

프로퍼티 상세

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

protected $identity

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

protected $labels