PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\CronNodeInterface

Автор: Tim Wagner ([email protected])
Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Configuration\Interfaces\NodeInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
getJob ( string $name ) : mixed Returns the job with the passed name.
getJobs ( ) : array Array with the jobs.
merge ( CronNode $cronNode ) : void This method merges the passed CRON node with this one
setJobs ( array $jobs ) : void Array with the jobs to set.

Описание методов

getJob() публичный метод

Returns the job with the passed name.
public getJob ( string $name ) : mixed
$name string The name of the job to be returned
Результат mixed The requested job

getJobs() публичный метод

Array with the jobs.
public getJobs ( ) : array
Результат array

merge() публичный метод

This method merges the passed CRON node with this one
public merge ( CronNode $cronNode ) : void
$cronNode CronNode The node to merge
Результат void

setJobs() публичный метод

Array with the jobs to set.
public setJobs ( array $jobs ) : void
$jobs array The jobs to set
Результат void