ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
interface.ilCronJobCollection.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
interface
ilCronJobCollection
extends
Countable
,
IteratorAggregate
22
{
23
public
function
add
(
ilCronJobEntity
$job): void;
24
30
public
function
filter
(callable $callable):
ilCronJobCollection
;
31
40
public
function
slice
(
int
$offset, ?
int
$length = null):
ilCronJobCollection
;
41
45
public
function
toArray
(): array;
46
}
ilCronJobCollection\toArray
toArray()
ilCronJobCollection\slice
slice(int $offset, ?int $length=null)
Extracts a slice of $length elements starting at position $offset from the Collection.
ilCronJobCollection\filter
filter(callable $callable)
Returns all the elements of this collection that satisfy the predicate $callable. ...
IteratorAggregate
ilCronJobEntity
Definition:
class.ilCronJobEntity.php:21
Countable
ilCronJobCollection
Definition:
interface.ilCronJobCollection.php:21
ilCronJobCollection\add
add(ilCronJobEntity $job)
Services
Cron
interfaces
interface.ilCronJobCollection.php
Generated on Sun Aug 31 2025 22:02:19 for ILIAS by
1.8.13 (using
Doxyfile
)