PHP 클래스 CronLingo\Cron

Class Cron
파일 보기 프로젝트 열기: ajbdev/cronlingo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$dayOfMonth Field
$dayOfWeek Field
$hour Field
$minute Field
$month Field

보호된 프로퍼티들

프로퍼티 타입 설명
$whitespace string

공개 메소드들

메소드 설명
__construct ( $string = null )
__toString ( ) : string
fromString ( $string ) Create CRON object from a crontab string
ordered ( ) : array Get CRON expression field order in structured format
setWhitespace ( string $whitespace )

메소드 상세

__construct() 공개 메소드

public __construct ( $string = null )

__toString() 공개 메소드

public __toString ( ) : string
리턴 string

fromString() 공개 메소드

Create CRON object from a crontab string
public fromString ( $string )
$string

ordered() 공개 메소드

Get CRON expression field order in structured format
public ordered ( ) : array
리턴 array

setWhitespace() 공개 메소드

public setWhitespace ( string $whitespace )
$whitespace string

프로퍼티 상세

$dayOfMonth 공개적으로 프로퍼티

public Field,cronlingo $dayOfMonth
리턴 Field

$dayOfWeek 공개적으로 프로퍼티

public Field,cronlingo $dayOfWeek
리턴 Field

$hour 공개적으로 프로퍼티

public Field,cronlingo $hour
리턴 Field

$minute 공개적으로 프로퍼티

public Field,cronlingo $minute
리턴 Field

$month 공개적으로 프로퍼티

public Field,cronlingo $month
리턴 Field

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

protected string $whitespace
리턴 string