GraphAware\Reco4PHP\Common\NodeSet::get PHP Method

get() public method

public get ( $key ) : GraphAware\Common\Type\Node
$key
return GraphAware\Common\Type\Node
    public function get($key)
    {
        return array_values($this->elements)[$key];
    }