taskLogEntity = $taskLogEntity; $this->isForced = $isForced; } /** * @return TaskLogEntityInterface */ public function getTaskLogEntity() { return $this->taskLogEntity; } /** * @return bool */ public function isForced() { return $this->isForced; } /** * @return string */ public function getName() { return __CLASS__; } }