Method | Description | |
---|---|---|
__construct ( string $command, |
||
appendStandardErrorToFile ( string $filePath ) | ||
appendStandardOutToFile ( string $filePath ) | ||
end ( ) : |
||
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 |
public __construct ( string $command, |
||
$command | string | |
$cron |
public appendStandardErrorToFile ( string $filePath ) | ||
$filePath | string |
public appendStandardOutToFile ( string $filePath ) | ||
$filePath | string |
public setStandardErrorFile ( string $filePath ) | ||
$filePath | string |
public suppressOutput ( ) |