PHP Class GraphAware\Neo4j\Client\Formatter\Type\Node

Inheritance: extends MapAccess, implements GraphAware\Common\Type\Node
Afficher le fichier Open project: graphaware/neo4j-php-client

Protected Properties

Свойство Type Description
$id integer
$labels array

Méthodes publiques

Méthode Description
__construct ( integer $id, array $labels, array $properties )
hasLabel ( $label )
identity ( )
labels ( )

Method Details

__construct() public méthode

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

hasLabel() public méthode

public hasLabel ( $label )

identity() public méthode

public identity ( )

labels() public méthode

public labels ( )

Property Details

$id protected_oe property

protected int $id
Résultat integer

$labels protected_oe property

protected array $labels
Résultat array