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);
 }
 protected function startup()
 {
     parent::startup();
 }