PHP Class Newscoop\Entity\CronJob

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public __construct ( )

getCommand() public méthode

Gets the value of command.
public getCommand ( ) : string
Résultat string

getCreatedAt() public méthode

Gets the value of createdAt.
public getCreatedAt ( ) : datetime
Résultat datetime

getDateFormat() public méthode

Gets the value of dateFormat.
public getDateFormat ( ) : string
Résultat string

getDebug() public méthode

Gets the value of debug.
public getDebug ( ) : boolean
Résultat boolean

getDetailsUrl() public méthode

Gets the value of detailsUrl.
public getDetailsUrl ( ) : text
Résultat text

getEnabled() public méthode

Gets the value of enabled.
public getEnabled ( ) : boolean
Résultat boolean

getEnvironment() public méthode

Gets the value of environment.
public getEnvironment ( ) : string
Résultat string

getId() public méthode

Gets the value of id.
public getId ( ) : integer
Résultat integer

getName() public méthode

Gets the value of name.
public getName ( ) : string
Résultat string

getOutput() public méthode

Gets the value of output.
public getOutput ( ) : string
Résultat string

getRunAs() public méthode

Gets the value of runAs.
public getRunAs ( ) : string
Résultat string

getRunOnHost() public méthode

Gets the value of runOnHost.
public getRunOnHost ( ) : string
Résultat string

getSchedule() public méthode

Gets the value of schedule.
public getSchedule ( ) : string
Résultat string

getSendMail() public méthode

Gets the value of sendMail.
public getSendMail ( ) : boolean
Résultat boolean

setCommand() public méthode

Sets the value of command.
public setCommand ( string $command ) : self
$command string the command
Résultat self

setCreatedAt() public méthode

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

setDateFormat() public méthode

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

setDebug() public méthode

Sets the value of debug.
public setDebug ( boolean $debug ) : self
$debug boolean the debug
Résultat self

setDetailsUrl() public méthode

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

setEnabled() public méthode

Sets the value of enabled.
public setEnabled ( boolean $enabled ) : self
$enabled boolean the enabled
Résultat self

setEnvironment() public méthode

Sets the value of environment.
public setEnvironment ( string $environment ) : self
$environment string the environment
Résultat self

setId() public méthode

Sets the value of id.
public setId ( integer $id ) : self
$id integer the id
Résultat self

setName() public méthode

Sets the value of name.
public setName ( string $name ) : self
$name string the name
Résultat self

setOutput() public méthode

Sets the value of output.
public setOutput ( string $output ) : self
$output string the output
Résultat self

setRunAs() public méthode

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

setRunOnHost() public méthode

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

setSchedule() public méthode

Sets the value of schedule.
public setSchedule ( string $schedule ) : self
$schedule string the schedule
Résultat self

setSendMail() public méthode

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

Property Details

$command protected_oe property

protected string $command
Résultat string

$createdAt protected_oe property

protected datetime $createdAt
Résultat datetime

$dateFormat protected_oe property

protected string $dateFormat
Résultat string

$debug protected_oe property

protected bool $debug
Résultat boolean

$detailsUrl protected_oe property

protected text $detailsUrl
Résultat text

$enabled protected_oe property

protected bool $enabled
Résultat boolean

$environment protected_oe property

protected string $environment
Résultat string

$id protected_oe property

protected int $id
Résultat integer

$name protected_oe property

protected string $name
Résultat string

$output protected_oe property

protected string $output
Résultat string

$runAs protected_oe property

protected string $runAs
Résultat string

$runOnHost protected_oe property

protected string $runOnHost
Résultat string

$schedule protected_oe property

protected string $schedule
Résultat string

$sendMail protected_oe property

protected bool $sendMail
Résultat boolean