ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
-extends <> More...
Public Member Functions | |
add (\ILIAS\Cron\Job\JobEntity $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 () | |
-extends <>
Definition at line 26 of file JobCollection.php.
ILIAS\BackgroundTasks\Task\Job\JobCollection::add | ( | \ILIAS\Cron\Job\JobEntity | $job | ) |
ILIAS\BackgroundTasks\Task\Job\JobCollection::filter | ( | callable | $callable | ) |
Returns all the elements of this collection that satisfy the predicate $callable.
callable( |
Implemented in ILIAS\BackgroundTasks\Task\Job\Collection\OrderedJobEntities, and ILIAS\BackgroundTasks\Task\Job\Collection\JobEntities.
Referenced by ILIAS\BackgroundTasks\Task\Job\Manager\UI\JobTableFilterMediator\filteredJobs().
ILIAS\BackgroundTasks\Task\Job\JobCollection::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 ILIAS\BackgroundTasks\Task\Job\Collection\OrderedJobEntities, and ILIAS\BackgroundTasks\Task\Job\Collection\JobEntities.
ILIAS\BackgroundTasks\Task\Job\JobCollection::toArray | ( | ) |
Implemented in ILIAS\BackgroundTasks\Task\Job\Collection\OrderedJobEntities, and ILIAS\BackgroundTasks\Task\Job\Collection\JobEntities.