PHP 클래스 Yalesov\Cron\Service\Registry

저자: yalesov ([email protected])
파일 보기 프로젝트 열기: heartsentwined/zf2-cron 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$cronRegistry array the actual cron registry

공개 메소드들

메소드 설명
destroy ( ) : void clear the singleton
getCronRegistry ( )
getInstance ( )
register ( string $code, string $frequency, callable $callback, array $args = [] ) : self register a cron job
setCronRegistry ( array $cronRegistry )

비공개 메소드들

메소드 설명
__construct ( )

메소드 상세

destroy() 공개 정적인 메소드

clear the singleton
public static destroy ( ) : void
리턴 void

getCronRegistry() 공개 정적인 메소드

public static getCronRegistry ( )

getInstance() 공개 정적인 메소드

public static getInstance ( )

register() 공개 정적인 메소드

register a cron job
또한 보기: Cron::trySchedule() for allowed cron expression syntax
public static register ( string $code, string $frequency, callable $callback, array $args = [] ) : self
$code string the cron job code / identifier
$frequency string cron expression
$callback callable the actual cron job
$args array args to the cron job
리턴 self

setCronRegistry() 공개 정적인 메소드

public static setCronRegistry ( array $cronRegistry )
$cronRegistry array

프로퍼티 상세

$cronRegistry 보호되어 있는 프로퍼티

the actual cron registry
protected array $cronRegistry
리턴 array