PHP Класс GraphAware\Neo4j\Client\Formatter\Type\Node

Наследование: extends MapAccess, implements GraphAware\Common\Type\Node
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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