|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCronJobCollection. More...
Inheritance diagram for ilCronJobCollection:
Collaboration diagram for ilCronJobCollection:Public Member Functions | |
| add (ilCronJobEntity $job) | |
| filter (callable $callable) | |
| Returns all the elements of this collection that satisfy the predicate $callable. More... | |
| slice (int $offset, ?int $length=null) | |
| Extracts a slice of $length elements starting at position $offset from the Collection. More... | |
| toArray () | |
Class ilCronJobCollection.
Definition at line 8 of file interface.ilCronJobCollection.php.
| ilCronJobCollection::add | ( | ilCronJobEntity | $job | ) |
| ilCronJobEntity | $job |
Implemented in ilCronJobEntities.
| ilCronJobCollection::filter | ( | callable | $callable | ) |
Returns all the elements of this collection that satisfy the predicate $callable.
| callable | $callable |
Implemented in ilCronJobEntities.
Referenced by ilCronManagerTableFilterMediator\filteredJobs().
Here is the caller graph for this function:| ilCronJobCollection::slice | ( | int | $offset, |
| ?int | $length = null |
||
| ) |
Extracts a slice of $length elements starting at position $offset from the Collection.
If $length is null it returns all elements from $offset to the end of the Collection. Calling this method will only return the selected slice and NOT change the elements contained in the collection slice is called on.
| int | $offset | The offset to start from. |
| int | null | $length | The maximum number of elements to return, or null for no limit. |
Implemented in ilCronJobEntities.
| ilCronJobCollection::toArray | ( | ) |
Implemented in ilCronJobEntities.
Referenced by ilCronManagerTableGUI\populate().
Here is the caller graph for this function: