PHP Class MyBuilder\Cronos\Formatter\Job

Show file Open project: mybuilder/cronos

Public Methods

Method Description
__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

Method Details

__construct() public method

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

appendStandardErrorToFile() public method

See also: Output::appendStandardErrorToFile
public appendStandardErrorToFile ( string $filePath )
$filePath string

appendStandardOutToFile() public method

See also: Output::appendStandardOutToFile
public appendStandardOutToFile ( string $filePath )
$filePath string

end() public method

public end ( ) : Cron
return Cron

format() public method

public format ( ) : string
return string

setDayOfMonth() public method

See also: Time::setDayOfMonth
public setDayOfMonth ( string $value )
$value string

setDayOfWeek() public method

See also: Time::setDayOfWeek
public setDayOfWeek ( string $value )
$value string

setHour() public method

See also: Time::setHour
public setHour ( string $value )
$value string

setMinute() public method

See also: Time::setMinute
public setMinute ( string $value )
$value string

setMonth() public method

See also: Time::setMonth
public setMonth ( string $value )
$value string

setStandardErrorFile() public method

See also: Output::setStandardErrorFile
public setStandardErrorFile ( string $filePath )
$filePath string

setStandardOutFile() public method

See also: Output::setStandardOutFile
public setStandardOutFile ( string $filePath )
$filePath string

suppressOutput() public method

Suppress the output of this command when executed
See also: Output::suppressOutput
public suppressOutput ( )