Exemplo n.º 1
0
 protected function startup()
 {
     parent::startup();
     $this->id = $this->getParameter('id');
     $this->translation = $this->translationFacade->find($this->id);
 }
Exemplo n.º 2
0
 protected function startup()
 {
     parent::startup();
     $this->id = $this->getParameter('id');
     $this->project = $this->projectFacade->find($this->id);
 }
Exemplo n.º 3
0
 protected function startup()
 {
     parent::startup();
 }