getResults() 공개 메소드

public getResults ( ) : GraphAware\Common\Result\ResultCollection
리턴 GraphAware\Common\Result\ResultCollection
예제 #1
0
 public function onPostRun(PostRunEvent $event)
 {
     if ($event->getResults()->size() > 0) {
         $this->hookedPostRun = true;
     }
 }