CronjobReaderInterface
in
Interface CronjobReaderInterface
Table of Contents
- getAll() : array<string|int, mixed>
- Returns all cronjobs.
- getByName() : array<string|int, mixed>
- Returns a cronjob by the given identifier.
Methods
getAll()
Returns all cronjobs.
public
getAll() : array<string|int, mixed>
Return values
array<string|int, mixed> —Collected cronjobs with meta data about execution.
getByName()
Returns a cronjob by the given identifier.
public
getByName(StringType $name) : array<string|int, mixed>
Parameters
- $name : StringType
-
Cronjob identifier.
Return values
array<string|int, mixed> —Cronjob of given identifier.