Beispiel #1
0
 protected function startup()
 {
     parent::startup();
 }
Beispiel #2
0
 protected function startup()
 {
     parent::startup();
     $this->osobyRepository = $this->getService('osobyRepository');
 }