ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilCronJobEntities. More...
Public Member Functions | |||||||
__construct (array $jobs=[]) | |||||||
ilCronJobs constructor. More... | |||||||
getIterator () | |||||||
count () | |||||||
add (ilCronJobEntity $job) | |||||||
| |||||||
filter (callable $callable) | |||||||
Returns all the elements of this collection that satisfy the predicate $callable.
| |||||||
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.
| |||||||
toArray () | |||||||
| |||||||
Private Attributes | |
$jobs | |
Class ilCronJobEntities.
Definition at line 8 of file class.ilCronJobEntities.php.
ilCronJobEntities::__construct | ( | array | $jobs = [] | ) |
ilCronJobs constructor.
array | $jobs |
Definition at line 17 of file class.ilCronJobEntities.php.
References $jobs.
ilCronJobEntities::add | ( | ilCronJobEntity | $job | ) |
ilCronJobEntity | $job |
Implements ilCronJobCollection.
Definition at line 41 of file class.ilCronJobEntities.php.
ilCronJobEntities::count | ( | ) |
Definition at line 33 of file class.ilCronJobEntities.php.
ilCronJobEntities::filter | ( | callable | $callable | ) |
Returns all the elements of this collection that satisfy the predicate $callable.
callable | $callable |
Implements ilCronJobCollection.
Definition at line 49 of file class.ilCronJobEntities.php.
ilCronJobEntities::getIterator | ( | ) |
ilCronJobEntities::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. |
Implements ilCronJobCollection.
Definition at line 57 of file class.ilCronJobEntities.php.
ilCronJobEntities::toArray | ( | ) |
Implements ilCronJobCollection.
Definition at line 65 of file class.ilCronJobEntities.php.
|
private |
Definition at line 11 of file class.ilCronJobEntities.php.
Referenced by __construct(), and getIterator().