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.

__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.

to_object()

Convert DTO to stdClass.

Details

in abstract_dto at line 38
array jsonSerialize()

Default implementation to serialize to JSON using the array representation.

Return Value

array

at line 30
__construct(string $component, string $classname, int $count, int $running, int $failed, int $due, int $nextruntime, bool $stopped)

No description

Parameters

string $component
string $classname
int $count
int $running
int $failed
int $due
int $nextruntime
bool $stopped

at line 54
array to_array()

Convert DTO to associative array.

Return Value

array

at line 71
stdClass to_object()

Convert DTO to stdClass.

Return Value

stdClass