scheduled_task_dto
final class scheduled_task_dto extends abstract_dto
| internal |
Data Transfer Object for scheduled tasks.
Represents a configured and persistent scheduled task.
Methods
array
jsonSerialize()
Default implementation to serialize to JSON using the array representation.
from
abstract_dto
__construct(string $classname, string $component, int|null $lastruntime, int $nextruntime, bool $disabled, string $minute, string $hour, string $day, string $month, string $dayofweek, bool $customised, int $faildelay)
No description
array
to_array()
Convert DTO to associative array.
Details
in
abstract_dto at line 38
array
jsonSerialize()
Default implementation to serialize to JSON using the array representation.
at line 32
__construct(string $classname, string $component, int|null $lastruntime, int $nextruntime, bool $disabled, string $minute, string $hour, string $day, string $month, string $dayofweek, bool $customised, int $faildelay)
No description
at line 64
array
to_array()
Convert DTO to associative array.
at line 78
stdClass
to_object()
Convert DTO to stdClass.