phpDocumentor

CronjobCollection
in package
implements IteratorAggregate

Class CronjobCollection

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$cronjobs  : array<string|int, CronjobInterface>
$meta  : CronjobMetaInterface
__construct()  : mixed
CronjobCollection constructor.
collect()  : CronjobCollection
Named constructor of cronjob collection.
getIterator()  : ArrayIterator|Traversable
Returns an array iterator of the collected cronjobs, so instances are iterable.
getMeta()  : CronjobMetaInterface
Returns meta data about cronjobs.
toArray()  : array<string|int, mixed>
Returns the array representation of collected cronjobs.

Properties

Methods

getIterator()

Returns an array iterator of the collected cronjobs, so instances are iterable.

public getIterator() : ArrayIterator|Traversable
Return values
ArrayIterator|Traversable

Search results