19 declare(strict_types=1);
35 public function filter(callable $callable):
static;
45 public function slice(
int $offset, ?
int $length =
null):
static;
50 public function toArray(): array;
add(\ILIAS\Cron\Job\JobEntity $job)
Interface Observer Contains several chained tasks and infos about them.
slice(int $offset, ?int $length=null)
Extracts a slice of $length elements starting at position $offset from the Collection.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
filter(callable $callable)
Returns all the elements of this collection that satisfy the predicate $callable. ...