phpDocumentor

CronjobConfigurationCollection
in package
implements IteratorAggregate

Class CronjobConfigurationCollection

Interfaces, Classes and Traits

IteratorAggregate

Table of Contents

$active  : CronjobConfigurationInterface
$configurations  : array<string|int, CronjobConfigurationInterface>
$interval  : CronjobConfigurationInterface
__construct()  : mixed
CronjobConfigurationCollection constructor.
collect()  : array<string|int, mixed>|bool|CronjobConfigurationCollection
Named constructor of cronjob configuration collection.
getActive()  : mixed
getInterval()  : mixed
getIterator()  : ArrayIterator|Traversable
Returns an array iterator of the collected cronjob configuration, so instances are iterable.
toArray()  : mixed

Properties

Methods

getIterator()

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

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

Search results