Cronjob
in package
Uses
IdTrait
Cronjob.
Tags
Table of Contents
- $id : int|null
- $command : string|null
- $dateformat : string|null
- $debug : bool|null
- $enabled : bool|null
- $environment : string|null
- $haltdir : string|null
- $mailer : string|null
- $maxruntime : int|null
- $name : string|null
- $output : string|null
- $runas : string|null
- $runonhost : string|null
- $schedule : string|null
- $smtphost : string|null
- $smtppassword : string|null
- $smtpport : int|null
- $smtpsecurity : string|null
- $smtpsender : string
- $smtpsendername : string|null
- $smtpusername : string|null
- getCommand() : string
- Get the value of Command.
- getDateformat() : string
- Get the value of Dateformat.
- getDebug() : bool
- Get the value of Debug.
- getEnabled() : bool
- Get the value of Enabled.
- getEnvironment() : string
- Get the value of Environment.
- getHaltdir() : string
- Get the value of Haltdir.
- getId() : int|null
- getMailer() : string
- Get the value of Mailer.
- getMaxruntime() : int
- Get the value of Maxruntime.
- getName() : string|null
- Get the value of Name.
- getOutput() : string
- Get the value of Output.
- getRunas() : string
- Get the value of Runas.
- getRunonhost() : string
- Get the value of Runonhost.
- getSchedule() : string
- Get the value of Schedule.
- getSmtphost() : string
- Get the value of Smtphost.
- getSmtppassword() : string
- Get the value of Smtppassword.
- getSmtpport() : int
- Get the value of Smtpport.
- getSmtpsecurity() : string
- Get the value of Smtpsecurity.
- getSmtpsender() : string
- Get the value of Smtpsender.
- getSmtpsendername() : string
- Get the value of Smtpsendername.
- getSmtpusername() : string
- Get the value of Smtpusername.
- setCommand() : self
- Set the value of Command.
- setDateformat() : self
- Set the value of Dateformat.
- setDebug() : self
- Set the value of Debug.
- setEnabled() : self
- Set the value of Enabled.
- setEnvironment() : self
- Set the value of Environment.
- setHaltdir() : self
- Set the value of Haltdir.
- setId() : mixed
- setMailer() : self
- Set the value of Mailer.
- setMaxruntime() : self
- Set the value of Maxruntime.
- setName() : self
- Set the value of Name.
- setOutput() : self
- Set the value of Output.
- setRunas() : self
- Set the value of Runas.
- setRunonhost() : self
- Set the value of Runonhost.
- setSchedule() : self
- Set the value of Schedule.
- setSmtphost() : self
- Set the value of Smtphost.
- setSmtppassword() : self
- Set the value of Smtppassword.
- setSmtpport() : self
- Set the value of Smtpport.
- setSmtpsecurity() : self
- Set the value of Smtpsecurity.
- setSmtpsender() : self
- Set the value of Smtpsender.
- setSmtpsendername() : self
- Set the value of Smtpsendername.
- setSmtpusername() : self
- Set the value of Smtpusername.
Properties
$id
protected
int|null
$id
= null
Tags
$command
private
string|null
$command
= ''
Tags
$dateformat
private
string|null
$dateformat
= 'Y-m-d H:i:s'
Tags
$debug
private
bool|null
$debug
= false
Tags
$enabled
private
bool|null
$enabled
= true
Tags
$environment
private
string|null
$environment
= null
Tags
$haltdir
private
string|null
$haltdir
= null
Tags
$mailer
private
string|null
$mailer
= 'sendmail'
Tags
$maxruntime
private
int|null
$maxruntime
= null
Tags
$name
private
string|null
$name
= null
Tags
$output
private
string|null
$output
= null
Tags
$runas
private
string|null
$runas
= null
Tags
$runonhost
private
string|null
$runonhost
= null
Tags
$schedule
private
string|null
$schedule
= ''
Tags
$smtphost
private
string|null
$smtphost
= null
Tags
$smtppassword
private
string|null
$smtppassword
= null
Tags
$smtpport
private
int|null
$smtpport
= null
Tags
$smtpsecurity
private
string|null
$smtpsecurity
= null
Tags
$smtpsender
private
string
$smtpsender
= 'jobby@localhost'
Tags
$smtpsendername
private
string|null
$smtpsendername
= 'Jobby'
Tags
$smtpusername
private
string|null
$smtpusername
= null
Tags
Methods
getCommand()
Get the value of Command.
public
getCommand() : string
Return values
string —getDateformat()
Get the value of Dateformat.
public
getDateformat() : string
Return values
string —getDebug()
Get the value of Debug.
public
getDebug() : bool
Return values
bool —getEnabled()
Get the value of Enabled.
public
getEnabled() : bool
Return values
bool —getEnvironment()
Get the value of Environment.
public
getEnvironment() : string
Return values
string —getHaltdir()
Get the value of Haltdir.
public
getHaltdir() : string
Return values
string —getId()
public
getId() : int|null
Return values
int|null —getMailer()
Get the value of Mailer.
public
getMailer() : string
Return values
string —getMaxruntime()
Get the value of Maxruntime.
public
getMaxruntime() : int
Return values
int —getName()
Get the value of Name.
public
getName() : string|null
Return values
string|null —getOutput()
Get the value of Output.
public
getOutput() : string
Return values
string —getRunas()
Get the value of Runas.
public
getRunas() : string
Return values
string —getRunonhost()
Get the value of Runonhost.
public
getRunonhost() : string
Return values
string —getSchedule()
Get the value of Schedule.
public
getSchedule() : string
Return values
string —getSmtphost()
Get the value of Smtphost.
public
getSmtphost() : string
Return values
string —getSmtppassword()
Get the value of Smtppassword.
public
getSmtppassword() : string
Return values
string —getSmtpport()
Get the value of Smtpport.
public
getSmtpport() : int
Return values
int —getSmtpsecurity()
Get the value of Smtpsecurity.
public
getSmtpsecurity() : string
Return values
string —getSmtpsender()
Get the value of Smtpsender.
public
getSmtpsender() : string
Return values
string —getSmtpsendername()
Get the value of Smtpsendername.
public
getSmtpsendername() : string
Return values
string —getSmtpusername()
Get the value of Smtpusername.
public
getSmtpusername() : string
Return values
string —setCommand()
Set the value of Command.
public
setCommand(string $command) : self
Parameters
- $command : string
Return values
self —setDateformat()
Set the value of Dateformat.
public
setDateformat(string $dateformat) : self
Parameters
- $dateformat : string
Return values
self —setDebug()
Set the value of Debug.
public
setDebug(bool $debug) : self
Parameters
- $debug : bool
Return values
self —setEnabled()
Set the value of Enabled.
public
setEnabled(bool $enabled) : self
Parameters
- $enabled : bool
Return values
self —setEnvironment()
Set the value of Environment.
public
setEnvironment(string $environment) : self
Parameters
- $environment : string
Return values
self —setHaltdir()
Set the value of Haltdir.
public
setHaltdir(string $haltdir) : self
Parameters
- $haltdir : string
Return values
self —setId()
public
setId(int|null $id) : mixed
Parameters
- $id : int|null
Return values
mixed —setMailer()
Set the value of Mailer.
public
setMailer(string $mailer) : self
Parameters
- $mailer : string
Return values
self —setMaxruntime()
Set the value of Maxruntime.
public
setMaxruntime(int $maxruntime) : self
Parameters
- $maxruntime : int
Return values
self —setName()
Set the value of Name.
public
setName(string $name) : self
Parameters
- $name : string
Return values
self —setOutput()
Set the value of Output.
public
setOutput(string $output) : self
Parameters
- $output : string
Return values
self —setRunas()
Set the value of Runas.
public
setRunas(string $runas) : self
Parameters
- $runas : string
Return values
self —setRunonhost()
Set the value of Runonhost.
public
setRunonhost(string $runonhost) : self
Parameters
- $runonhost : string
Return values
self —setSchedule()
Set the value of Schedule.
public
setSchedule(string $schedule) : self
Parameters
- $schedule : string
Return values
self —setSmtphost()
Set the value of Smtphost.
public
setSmtphost(string $smtphost) : self
Parameters
- $smtphost : string
Return values
self —setSmtppassword()
Set the value of Smtppassword.
public
setSmtppassword(string $smtppassword) : self
Parameters
- $smtppassword : string
Return values
self —setSmtpport()
Set the value of Smtpport.
public
setSmtpport(int $smtpport) : self
Parameters
- $smtpport : int
Return values
self —setSmtpsecurity()
Set the value of Smtpsecurity.
public
setSmtpsecurity(string $smtpsecurity) : self
Parameters
- $smtpsecurity : string
Return values
self —setSmtpsender()
Set the value of Smtpsender.
public
setSmtpsender(string $smtpsender) : self
Parameters
- $smtpsender : string
Return values
self —setSmtpsendername()
Set the value of Smtpsendername.
public
setSmtpsendername(string $smtpsendername) : self
Parameters
- $smtpsendername : string
Return values
self —setSmtpusername()
Set the value of Smtpusername.
public
setSmtpusername(string $smtpusername) : self
Parameters
- $smtpusername : string