PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\CronNodeInterface

저자: Tim Wagner ([email protected])
저자: Johann Zelger ([email protected])
상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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