Example #1
0
 /**
  * {@inheritdoc}
  */
 public function prepare()
 {
     $this->delegate->prepare();
     $this->queue = new \SplQueue();
 }