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