setChildOption( $triggered ? ScheduleDowntimeCommand::TRIGGER_CHILDREN : ScheduleDowntimeCommand::SCHEDULE_CHILDREN ); } /** * Get whether the downtime for child hosts are all set to be triggered by this' host downtime * * @return bool */ public function getTriggered(): bool { return $this->getChildOption() === ScheduleDowntimeCommand::TRIGGER_CHILDREN; } }