form)){ $this->card = $this->form->card; $this->customer = $this->form->customer; $this->tickets = $this->form->tickets; } } public function run(){ echo $this->render($this->viewFile,['card' => $this->card, 'customer' =>$this->customer, 'tickets' => $this->tickets ]); } }