GraphAware\Neo4j\Client\Event\PostRunEvent::getResults PHP 메소드

getResults() 공개 메소드

public getResults ( ) : GraphAware\Common\Result\ResultCollection
리턴 GraphAware\Common\Result\ResultCollection
    public function getResults()
    {
        return $this->results;
    }

Usage Example

예제 #1
0
 public function onPostRun(PostRunEvent $event)
 {
     if ($event->getResults()->size() > 0) {
         $this->hookedPostRun = true;
     }
 }