PHP 클래스 MyBuilder\Cronos\Formatter\Job

파일 보기 프로젝트 열기: mybuilder/cronos

공개 메소드들

메소드 설명
__construct ( string $command, Cron $cron )
appendStandardErrorToFile ( string $filePath )
appendStandardOutToFile ( string $filePath )
end ( ) : Cron
format ( ) : string
setDayOfMonth ( string $value )
setDayOfWeek ( string $value )
setHour ( string $value )
setMinute ( string $value )
setMonth ( string $value )
setStandardErrorFile ( string $filePath )
setStandardOutFile ( string $filePath )
suppressOutput ( ) Suppress the output of this command when executed

메소드 상세

__construct() 공개 메소드

public __construct ( string $command, Cron $cron )
$command string
$cron Cron

appendStandardErrorToFile() 공개 메소드

또한 보기: Output::appendStandardErrorToFile
public appendStandardErrorToFile ( string $filePath )
$filePath string

appendStandardOutToFile() 공개 메소드

또한 보기: Output::appendStandardOutToFile
public appendStandardOutToFile ( string $filePath )
$filePath string

end() 공개 메소드

public end ( ) : Cron
리턴 Cron

format() 공개 메소드

public format ( ) : string
리턴 string

setDayOfMonth() 공개 메소드

또한 보기: Time::setDayOfMonth
public setDayOfMonth ( string $value )
$value string

setDayOfWeek() 공개 메소드

또한 보기: Time::setDayOfWeek
public setDayOfWeek ( string $value )
$value string

setHour() 공개 메소드

또한 보기: Time::setHour
public setHour ( string $value )
$value string

setMinute() 공개 메소드

또한 보기: Time::setMinute
public setMinute ( string $value )
$value string

setMonth() 공개 메소드

또한 보기: Time::setMonth
public setMonth ( string $value )
$value string

setStandardErrorFile() 공개 메소드

또한 보기: Output::setStandardErrorFile
public setStandardErrorFile ( string $filePath )
$filePath string

setStandardOutFile() 공개 메소드

또한 보기: Output::setStandardOutFile
public setStandardOutFile ( string $filePath )
$filePath string

suppressOutput() 공개 메소드

Suppress the output of this command when executed
또한 보기: Output::suppressOutput
public suppressOutput ( )