purge() 공개 메소드

Purge the command queue
public purge ( )
예제 #1
0
 /**
  * Purge the current unit of work, clearing any unexecuted commands
  *
  * @return void
  */
 public function purge()
 {
     $this->unit_of_work->purge();
 }