class DefaultVertex
A graph element that is the basis of the graph and can be connected to other vertices using graph edges.
Extends
Methods
Graph\Result
id
( )Gets the vertex’s unique identifier.
string
label
( )Gets the vertex’s label.
array
properties
( )Gets the vertex’s properties as an array of graph results.
Gets an vertex’s property for a specific key.