GraphAware\Neo4j\Client\Formatter\RecordView::value PHP Method

value() public method

public value ( string $key ) : Node | Relationship
$key string
return GraphAware\Neo4j\Client\Formatter\Type\Node | GraphAware\Neo4j\Client\Formatter\Type\Relationship
    public function value($key)
    {
        return $this->values[$this->keyToIndexMap[$key]];
    }