예제 #1
0
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("TagService");
 }
예제 #2
0
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("PhotoService");
     $this->galleryService = $this->getService("PhotogalleryService");
 }