phpDocumentor

CronjobInterface
in

Interface CronjobInterface

Table of Contents

getConfiguration()  : CronjobConfigurationCollection
Returns the cronjob configuration.
getInterval()  : string
Returns the cronjob interval.
getLog()  : string
Returns the cronjob log.
getName()  : mixed
Returns the cronjob name.
getStatus()  : string
Returns the cronjob status.
getTitle()  : mixed
Returns the cronjob title.
toArray()  : array<string|int, mixed>
Returns the cronjob data as array.

Methods

getInterval()

Returns the cronjob interval.

public getInterval() : string
Return values
string

Search results