A property of a graph vertex. A vertex property can contain its own properties.

Implements

Extended by

Methods

string

name

( )

Gets the name of the property.

Returns:
Type Details
string

The string name of a property.

Graph\Result

value

( )

Gets the value of the property.

Returns:
Type Details
Graph\Result

The value of the property.

Graph\Result

parent

( )

Gets The graph element that contains this property.

Returns:
Type Details
Graph\Result

The parent graph element of this property.

Graph\Result

id

( )

Gets the vertex property’s unique identifier.

Returns:
Type Details
Graph\Result

The vertex property’s identifier as a graph result.

string

label

( )

Get’s the vertex property’s label.

Returns:
Type Details
string

The vertex property’s label.

array

properties

( )

Gets an array of the vertex property’s properties.

Returns:
Type Details
array

An array of graph results.

Graph\Result

property

( string $key )

Gets the vertex property’s property at the specified key.

Parameters:
Name Type Details
$key string

The name of the vertex property’s property.

Returns:
Type Details
Graph\Result

The vertex property’s property as a graph result.