app = $app; $this->task = $task; } public function getApplication() { return $this->app; } public function getTask() { return $this->task; } }