Exemplo n.º 1
0
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("TagService");
 }
Exemplo n.º 2
0
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("PhotoService");
     $this->galleryService = $this->getService("PhotogalleryService");
 }