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

setTag() public method

public setTag ( string $tag )
$tag string
    public function setTag($tag)
    {
        $this->tag = $tag;
    }