Exemplo n.º 1
0
 /**
  * Flush the events queue
  * @param int $desired_batch_size
  */
 public function flush($desired_batch_size = 50)
 {
     $this->_events->flush($desired_batch_size);
 }