getStatements() 공개 메소드

public getStatements ( ) : GraphAware\Common\Cypher\StatementInterface[]
리턴 GraphAware\Common\Cypher\StatementInterface[]
예제 #1
0
 public function onPreRun(PreRunEvent $event)
 {
     if (count($event->getStatements()) > 0) {
         $this->hookedPreRun = true;
     }
 }