task_summary_dto
final class task_summary_dto extends abstract_dto
| internal |
Summary of adhoc tasks aggregated by component and classname.
Methods
array
jsonSerialize()
Default implementation to serialize to JSON using the array representation.
from
abstract_dto
__construct(string $component, string $classname, int $count, int $running, int $failed, int $due, int $nextruntime, bool $stopped)
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 30
__construct(string $component, string $classname, int $count, int $running, int $failed, int $due, int $nextruntime, bool $stopped)
No description
at line 54
array
to_array()
Convert DTO to associative array.
at line 71
stdClass
to_object()
Convert DTO to stdClass.