flush() 공개 메소드

public flush ( Pipeline $pipeline ) : GraphAware\Common\Result\ResultCollection
$pipeline Pipeline
리턴 GraphAware\Common\Result\ResultCollection
예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     return $this->session->flush($this);
 }