Exemplo n.º 1
0
 public function setService($instance)
 {
     parent::setService($instance);
     foreach ($this->_entry as $entry) {
         $entry->setService($instance);
     }
     return $this;
 }