GraphAware\Neo4j\Client\Formatter\RecordView::value PHP 메소드

value() 공개 메소드

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