PHP Class Newscoop\Entity\CronJob

Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$command string
$createdAt datetime
$dateFormat string
$debug boolean
$detailsUrl text
$enabled boolean
$environment string
$id integer
$name string
$output string
$runAs string
$runOnHost string
$schedule string
$sendMail boolean

Public Methods

Method Description
__construct ( )
getCommand ( ) : string Gets the value of command.
getCreatedAt ( ) : datetime Gets the value of createdAt.
getDateFormat ( ) : string Gets the value of dateFormat.
getDebug ( ) : boolean Gets the value of debug.
getDetailsUrl ( ) : text Gets the value of detailsUrl.
getEnabled ( ) : boolean Gets the value of enabled.
getEnvironment ( ) : string Gets the value of environment.
getId ( ) : integer Gets the value of id.
getName ( ) : string Gets the value of name.
getOutput ( ) : string Gets the value of output.
getRunAs ( ) : string Gets the value of runAs.
getRunOnHost ( ) : string Gets the value of runOnHost.
getSchedule ( ) : string Gets the value of schedule.
getSendMail ( ) : boolean Gets the value of sendMail.
setCommand ( string $command ) : self Sets the value of command.
setCreatedAt ( DateTime $createdAt ) : self Sets the value of createdAt.
setDateFormat ( string $dateFormat ) : self Sets the value of dateFormat.
setDebug ( boolean $debug ) : self Sets the value of debug.
setDetailsUrl ( text $detailsUrl ) : self Sets the value of detailsUrl.
setEnabled ( boolean $enabled ) : self Sets the value of enabled.
setEnvironment ( string $environment ) : self Sets the value of environment.
setId ( integer $id ) : self Sets the value of id.
setName ( string $name ) : self Sets the value of name.
setOutput ( string $output ) : self Sets the value of output.
setRunAs ( string $runAs ) : self Sets the value of runAs.
setRunOnHost ( string $runOnHost ) : self Sets the value of runOnHost.
setSchedule ( string $schedule ) : self Sets the value of schedule.
setSendMail ( boolean $sendMail ) : self Sets the value of sendMail.

Method Details

__construct() public method

public __construct ( )

getCommand() public method

Gets the value of command.
public getCommand ( ) : string
return string

getCreatedAt() public method

Gets the value of createdAt.
public getCreatedAt ( ) : datetime
return datetime

getDateFormat() public method

Gets the value of dateFormat.
public getDateFormat ( ) : string
return string

getDebug() public method

Gets the value of debug.
public getDebug ( ) : boolean
return boolean

getDetailsUrl() public method

Gets the value of detailsUrl.
public getDetailsUrl ( ) : text
return text

getEnabled() public method

Gets the value of enabled.
public getEnabled ( ) : boolean
return boolean

getEnvironment() public method

Gets the value of environment.
public getEnvironment ( ) : string
return string

getId() public method

Gets the value of id.
public getId ( ) : integer
return integer

getName() public method

Gets the value of name.
public getName ( ) : string
return string

getOutput() public method

Gets the value of output.
public getOutput ( ) : string
return string

getRunAs() public method

Gets the value of runAs.
public getRunAs ( ) : string
return string

getRunOnHost() public method

Gets the value of runOnHost.
public getRunOnHost ( ) : string
return string

getSchedule() public method

Gets the value of schedule.
public getSchedule ( ) : string
return string

getSendMail() public method

Gets the value of sendMail.
public getSendMail ( ) : boolean
return boolean

setCommand() public method

Sets the value of command.
public setCommand ( string $command ) : self
$command string the command
return self

setCreatedAt() public method

Sets the value of createdAt.
public setCreatedAt ( DateTime $createdAt ) : self
$createdAt DateTime the created at
return self

setDateFormat() public method

Sets the value of dateFormat.
public setDateFormat ( string $dateFormat ) : self
$dateFormat string the date format
return self

setDebug() public method

Sets the value of debug.
public setDebug ( boolean $debug ) : self
$debug boolean the debug
return self

setDetailsUrl() public method

Sets the value of detailsUrl.
public setDetailsUrl ( text $detailsUrl ) : self
$detailsUrl text the details url
return self

setEnabled() public method

Sets the value of enabled.
public setEnabled ( boolean $enabled ) : self
$enabled boolean the enabled
return self

setEnvironment() public method

Sets the value of environment.
public setEnvironment ( string $environment ) : self
$environment string the environment
return self

setId() public method

Sets the value of id.
public setId ( integer $id ) : self
$id integer the id
return self

setName() public method

Sets the value of name.
public setName ( string $name ) : self
$name string the name
return self

setOutput() public method

Sets the value of output.
public setOutput ( string $output ) : self
$output string the output
return self

setRunAs() public method

Sets the value of runAs.
public setRunAs ( string $runAs ) : self
$runAs string the run as
return self

setRunOnHost() public method

Sets the value of runOnHost.
public setRunOnHost ( string $runOnHost ) : self
$runOnHost string the run on host
return self

setSchedule() public method

Sets the value of schedule.
public setSchedule ( string $schedule ) : self
$schedule string the schedule
return self

setSendMail() public method

Sets the value of sendMail.
public setSendMail ( boolean $sendMail ) : self
$sendMail boolean the send mail
return self

Property Details

$command protected_oe property

protected string $command
return string

$createdAt protected_oe property

protected datetime $createdAt
return datetime

$dateFormat protected_oe property

protected string $dateFormat
return string

$debug protected_oe property

protected bool $debug
return boolean

$detailsUrl protected_oe property

protected text $detailsUrl
return text

$enabled protected_oe property

protected bool $enabled
return boolean

$environment protected_oe property

protected string $environment
return string

$id protected_oe property

protected int $id
return integer

$name protected_oe property

protected string $name
return string

$output protected_oe property

protected string $output
return string

$runAs protected_oe property

protected string $runAs
return string

$runOnHost protected_oe property

protected string $runOnHost
return string

$schedule protected_oe property

protected string $schedule
return string

$sendMail protected_oe property

protected bool $sendMail
return boolean