ILIAS
release_8 Revision v8.24
◀ 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
}
ilCronJobEntity
Definition:
class.ilCronJobEntity.php:22
ilCronJobCollection
Definition:
interface.ilCronJobCollection.php:22
ilCronJobCollection\filter
filter(callable $callable)
Returns all the elements of this collection that satisfy the predicate $callable.
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\add
add(ilCronJobEntity $job)
Services
Cron
interfaces
interface.ilCronJobCollection.php
Generated on Sun Nov 2 2025 22:01:34 for ILIAS by
1.9.4 (using
Doxyfile
)