PHP 클래스 Backend\Core\Engine\Base\Cronjob

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

보호된 프로퍼티들

프로퍼티 타입 설명
$id integer The current id

공개 메소드들

메소드 설명
execute ( )
getId ( ) : integer Get the id
setAction ( string $action, string $module = null ) Set the action
setModule ( string $module ) Set the module

보호된 메소드들

메소드 설명
clearBusyFile ( ) Clear/removed the busy file
getCacheDirectory ( ) : string
setBusyFile ( ) Set the busy file

메소드 상세

clearBusyFile() 보호된 메소드

Clear/removed the busy file
protected clearBusyFile ( )

execute() 공개 메소드

public execute ( )

getCacheDirectory() 보호된 메소드

protected getCacheDirectory ( ) : string
리턴 string

getId() 공개 메소드

Get the id
public getId ( ) : integer
리턴 integer

setAction() 공개 메소드

We can't rely on the parent setModule function, because a cronjob requires no login
public setAction ( string $action, string $module = null )
$action string The action to load.
$module string The module to load.

setBusyFile() 보호된 메소드

Set the busy file
protected setBusyFile ( )

setModule() 공개 메소드

We can't rely on the parent setModule function, because a cronjob requires no login
public setModule ( string $module )
$module string The module to load.

프로퍼티 상세

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

The current id
protected int $id
리턴 integer