PHP 클래스 Horde_LoginTasks_SystemTask, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$active boolean Should the task be run?
$interval integer The interval at which to run the task.

공개 메소드들

메소드 설명
execute ( ) Do login task (if it has been confirmed).
skip ( ) : boolean Skip the current task? If true, will not run on this access but will attempt to run on the next access.

메소드 상세

execute() 추상적인 공개 메소드

Do login task (if it has been confirmed).
abstract public execute ( )

skip() 공개 메소드

Skip the current task? If true, will not run on this access but will attempt to run on the next access.
public skip ( ) : boolean
리턴 boolean Skip the current task?

프로퍼티 상세

$active 공개적으로 프로퍼티

Should the task be run?
public bool $active
리턴 boolean

$interval 공개적으로 프로퍼티

The interval at which to run the task.
public int $interval
리턴 integer