CronjobInterface

Extends

Interface CronjobInterface

package

Default

Methods

Returns the cronjob configuration.

getConfiguration() : \CronjobConfigurationCollection

Returns the cronjob interval.

getInterval() : string

Response

string

Returns the cronjob log.

getLog(\ExistingDirectory $logDir) : string

Arguments

$logDir

\ExistingDirectory

Absolute path to log files directory,

Response

string

Returns the cronjob name.

getName() : mixed

Response

mixed

Returns the cronjob status.

getStatus(\ExistingDirectory $cache) : string

Arguments

$cache

\ExistingDirectory

Absolute path to cache directory.

Response

string

Returns the cronjob title.

getTitle() : mixed

Response

mixed

Returns the cronjob data as array.

toArray(\ExistingDirectory $cacheDir) : array

Arguments

$cacheDir

\ExistingDirectory

Response

array