flush() public method

public flush ( Pipeline $pipeline ) : GraphAware\Common\Result\ResultCollection
$pipeline Pipeline
return GraphAware\Common\Result\ResultCollection
Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function run()
 {
     return $this->session->flush($this);
 }