コード例 #1
0
ファイル: TagPresenter.php プロジェクト: janmarek/Neuron
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("TagService");
 }
コード例 #2
0
ファイル: PhotoPresenter.php プロジェクト: janmarek/Neuron
 public function startup()
 {
     parent::startup();
     $this->service = $this->getService("PhotoService");
     $this->galleryService = $this->getService("PhotogalleryService");
 }