|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\Cron\Job\Collection\JobEntities:
Collaboration diagram for ILIAS\Cron\Job\Collection\JobEntities:Public Member Functions | |
| __construct (\ILIAS\Cron\Job\JobEntity ... $jobs) | |
| getIterator () | |
| count () | |
| 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 () | |
| 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 () | |
Private Attributes | |
| ArrayIterator | $jobs |
Definition at line 23 of file JobEntities.php.
| ILIAS\Cron\Job\Collection\JobEntities::__construct | ( | \ILIAS\Cron\Job\JobEntity ... | $jobs | ) |
Definition at line 30 of file JobEntities.php.
References ILIAS\Cron\Job\Collection\JobEntities\$jobs.
| ILIAS\Cron\Job\Collection\JobEntities::add | ( | \ILIAS\Cron\Job\JobEntity | $job | ) |
Implements ILIAS\Cron\Job\JobCollection.
Definition at line 48 of file JobEntities.php.
| ILIAS\Cron\Job\Collection\JobEntities::count | ( | ) |
Definition at line 43 of file JobEntities.php.
| ILIAS\Cron\Job\Collection\JobEntities::filter | ( | callable | $callable | ) |
Returns all the elements of this collection that satisfy the predicate $callable.
| callable( |
ILIAS\Cron\Job\JobEntity): bool $callable
Implements ILIAS\Cron\Job\JobCollection.
Definition at line 53 of file JobEntities.php.
| ILIAS\Cron\Job\Collection\JobEntities::getIterator | ( | ) |
Definition at line 38 of file JobEntities.php.
References ILIAS\Cron\Job\Collection\JobEntities\$jobs.
| ILIAS\Cron\Job\Collection\JobEntities::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 ILIAS\Cron\Job\JobCollection.
Definition at line 58 of file JobEntities.php.
| ILIAS\Cron\Job\Collection\JobEntities::toArray | ( | ) |
Implements ILIAS\Cron\Job\JobCollection.
Definition at line 66 of file JobEntities.php.
|
private |
Definition at line 28 of file JobEntities.php.
Referenced by ILIAS\Cron\Job\Collection\JobEntities\__construct(), and ILIAS\Cron\Job\Collection\JobEntities\getIterator().