interface Element
A base interface for graph elements.
Implemented by
Methods
Graph\Result
id
( )Gets the element’s unique identifier.
string
label
( )Get’s the element’s label.
array
properties
( )Gets an array of the element’s properties.
Gets the element’s property at the specified key.