PHP 클래스 Scalr_SchedulerTask

상속: extends Scalr_Model
파일 보기 프로젝트 열기: scalr/scalr 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$accountId
$comments
$config
$envId
$id
$lastStartTime
$name
$restartEvery
$scriptId
$startTime
$status
$targetId
$targetServerIndex
$targetType
$timezone
$type

보호된 프로퍼티들

프로퍼티 타입 설명
$dbMessageKeyNotFound
$dbPrimaryKey
$dbPropertyMap
$dbTableName

공개 메소드들

메소드 설명
execute ( $manual = false ) : boolean Executes the task
getTypeByName ( $name )
init ( $className = null ) : Scalr_SchedulerTask
isExecutedRecently ( ) : boolean Checks whether this task was executed recently
updateLastStartTime ( )

메소드 상세

execute() 공개 메소드

Executes the task
public execute ( $manual = false ) : boolean
리턴 boolean $manual optional Whether task is executed by manual

getTypeByName() 공개 정적인 메소드

public static getTypeByName ( $name )

init() 공개 정적인 메소드

public static init ( $className = null ) : Scalr_SchedulerTask
리턴 Scalr_SchedulerTask

isExecutedRecently() 공개 메소드

Checks whether this task was executed recently
public isExecutedRecently ( ) : boolean
리턴 boolean Returns TRUE if either the task was executed less than 30 seconds ago or it has never been executed.

updateLastStartTime() 공개 메소드

public updateLastStartTime ( )

프로퍼티 상세

$accountId 공개적으로 프로퍼티

public $accountId

$comments 공개적으로 프로퍼티

public $comments

$config 공개적으로 프로퍼티

public $config

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

protected $dbMessageKeyNotFound

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

protected $dbPrimaryKey

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

protected $dbPropertyMap

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

protected $dbTableName

$envId 공개적으로 프로퍼티

public $envId

$id 공개적으로 프로퍼티

public $id

$lastStartTime 공개적으로 프로퍼티

public $lastStartTime

$name 공개적으로 프로퍼티

public $name

$restartEvery 공개적으로 프로퍼티

public $restartEvery

$scriptId 공개적으로 프로퍼티

public $scriptId

$startTime 공개적으로 프로퍼티

public $startTime

$status 공개적으로 프로퍼티

public $status

$targetId 공개적으로 프로퍼티

public $targetId

$targetServerIndex 공개적으로 프로퍼티

public $targetServerIndex

$targetType 공개적으로 프로퍼티

public $targetType

$timezone 공개적으로 프로퍼티

public $timezone

$type 공개적으로 프로퍼티

public $type