Example #1
0
 /**
  * {@inheritdoc}
  */
 public function map($closure, array $context = array())
 {
     return $this->_delegate->map($closure, $context);
 }