ILIAS
release_8 Revision v8.19
|
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 () | |
Definition at line 21 of file interface.ilCronJobCollection.php.
ilCronJobCollection::add | ( | 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().
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().