PHP 클래스 Newscoop\Entity\CronJob

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
__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.

메소드 상세

__construct() 공개 메소드

public __construct ( )

getCommand() 공개 메소드

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

getCreatedAt() 공개 메소드

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

getDateFormat() 공개 메소드

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

getDebug() 공개 메소드

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

getDetailsUrl() 공개 메소드

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

getEnabled() 공개 메소드

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

getEnvironment() 공개 메소드

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

getId() 공개 메소드

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

getName() 공개 메소드

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

getOutput() 공개 메소드

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

getRunAs() 공개 메소드

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

getRunOnHost() 공개 메소드

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

getSchedule() 공개 메소드

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

getSendMail() 공개 메소드

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

setCommand() 공개 메소드

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

setCreatedAt() 공개 메소드

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

setDateFormat() 공개 메소드

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

setDebug() 공개 메소드

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

setDetailsUrl() 공개 메소드

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

setEnabled() 공개 메소드

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

setEnvironment() 공개 메소드

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

setId() 공개 메소드

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

setName() 공개 메소드

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

setOutput() 공개 메소드

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

setRunAs() 공개 메소드

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

setRunOnHost() 공개 메소드

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

setSchedule() 공개 메소드

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

setSendMail() 공개 메소드

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

프로퍼티 상세

$command 보호되어 있는 프로퍼티

protected string $command
리턴 string

$createdAt 보호되어 있는 프로퍼티

protected datetime $createdAt
리턴 datetime

$dateFormat 보호되어 있는 프로퍼티

protected string $dateFormat
리턴 string

$debug 보호되어 있는 프로퍼티

protected bool $debug
리턴 boolean

$detailsUrl 보호되어 있는 프로퍼티

protected text $detailsUrl
리턴 text

$enabled 보호되어 있는 프로퍼티

protected bool $enabled
리턴 boolean

$environment 보호되어 있는 프로퍼티

protected string $environment
리턴 string

$id 보호되어 있는 프로퍼티

protected int $id
리턴 integer

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$output 보호되어 있는 프로퍼티

protected string $output
리턴 string

$runAs 보호되어 있는 프로퍼티

protected string $runAs
리턴 string

$runOnHost 보호되어 있는 프로퍼티

protected string $runOnHost
리턴 string

$schedule 보호되어 있는 프로퍼티

protected string $schedule
리턴 string

$sendMail 보호되어 있는 프로퍼티

protected bool $sendMail
리턴 boolean