PHP 클래스 Horde_LoginTasks_Task_AdminCheck, horde

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

공개 프로퍼티들

프로퍼티 타입 설명
$display integer Display type.
$interval integer The interval at which to run the task.

공개 메소드들

메소드 설명
__construct ( ) Constructor.
execute ( ) Perform all functions for this task.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

execute() 공개 메소드

Perform all functions for this task.
public execute ( )

프로퍼티 상세

$display 공개적으로 프로퍼티

Display type.
public int $display
리턴 integer

$interval 공개적으로 프로퍼티

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