GraphAware\Neo4j\Client\Result\ResultCollection::getTag PHP 메소드

getTag() 공개 메소드

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