task_name = $task_name; $this->rule = $rule; } /** * @return mixed */ public function getRule(): string { return $this->rule; } }