| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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 () | |
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().
 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: