Example #1
0
 /**
  * {@inheritdoc}
  */
 public function getIterator()
 {
     // Just pass up the actions for iterating over.
     return $this->actions->getIterator();
 }