recurrenceType = $commandTaskSchedule->getRecurrenceType(); $this->executionTime = $commandTaskSchedule->getExecutionTime(); $this->executionDate = $commandTaskSchedule->getExecutionDate(); $this->recurrenceDetails = $commandTaskSchedule->getRecurrenceDetails(); $this->enabled = $commandTaskSchedule->isEnabled(); } }