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

all() public method

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