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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer
$labels array

공개 메소드들

메소드 설명
__construct ( integer $id, array $labels, array $properties )
hasLabel ( $label )
identity ( )
labels ( )

메소드 상세

__construct() 공개 메소드

public __construct ( integer $id, array $labels, array $properties )
$id integer
$labels array
$properties array

hasLabel() 공개 메소드

public hasLabel ( $label )

identity() 공개 메소드

public identity ( )

labels() 공개 메소드

public labels ( )

프로퍼티 상세

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

protected int $id
리턴 integer

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

protected array $labels
리턴 array