ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilCronJobCollection Interface Reference
+ 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 ()
 

Detailed Description

Definition at line 21 of file interface.ilCronJobCollection.php.

Member Function Documentation

◆ add()

ilCronJobCollection::add ( ilCronJobEntity  $job)

Implemented in ilCronJobEntities.

◆ filter()

ilCronJobCollection::filter ( callable  $callable)

Returns all the elements of this collection that satisfy the predicate $callable.

Parameters
callable$callable
Returns
self

Implemented in ilCronJobEntities.

Referenced by ilCronManagerTableFilterMediator\filteredJobs().

+ Here is the caller graph for this function:

◆ slice()

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.

Parameters
int$offsetThe offset to start from.
int | null$lengthThe maximum number of elements to return, or null for no limit.
Returns
self

Implemented in ilCronJobEntities.

◆ toArray()

ilCronJobCollection::toArray ( )
Returns
ilCronJobEntity[]

Implemented in ilCronJobEntities.

Referenced by ilCronManagerTableGUI\populate().

+ Here is the caller graph for this function:

The documentation for this interface was generated from the following file: