GraphAware\Neo4j\Client\Result\ResultCollection::getTag PHP Method

getTag() public method

public getTag ( ) : null | string
return null | string
    public function getTag()
    {
        return $this->tag;
    }