コード例 #1
0
 protected function startup()
 {
     parent::startup();
     $this->id = $this->getParameter('id');
     $this->translation = $this->translationFacade->find($this->id);
 }
コード例 #2
0
 public function beforeRender()
 {
     parent::beforeRender();
     $this->template->project = $this->project;
     $this->template->translations = $this->projectFacade->getTranslations($this->project);
 }
コード例 #3
0
 protected function startup()
 {
     parent::startup();
 }