PHP Class MyBuilder\Cronos\Formatter\Cron

Datei anzeigen Open project: mybuilder/cronos Class Usage Examples

Public Methods

Method Description
comment ( string $comment ) : Cron
countLines ( ) : integer
format ( ) : string
hasHeader ( )
header ( ) : Header
job ( string $command ) : Job

Method Details

comment() public method

public comment ( string $comment ) : Cron
$comment string
return Cron

countLines() public method

public countLines ( ) : integer
return integer

format() public method

public format ( ) : string
return string

hasHeader() public method

public hasHeader ( )

header() public method

public header ( ) : Header
return Header

job() public method

public job ( string $command ) : Job
$command string
return Job