PHP Class MyBuilder\Cronos\Formatter\Cron

Afficher le fichier Open project: mybuilder/cronos Class Usage Examples

Méthodes publiques

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

Method Details

comment() public méthode

public comment ( string $comment ) : Cron
$comment string
Résultat Cron

countLines() public méthode

public countLines ( ) : integer
Résultat integer

format() public méthode

public format ( ) : string
Résultat string

hasHeader() public méthode

public hasHeader ( )

header() public méthode

public header ( ) : Header
Résultat Header

job() public méthode

public job ( string $command ) : Job
$command string
Résultat Job