PHP Класс Horde_LoginTasks_Task_TosAgreement, horde

If user does not accept terms, user is not allowed to login. Copyright 2002-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Автор: Michael Slusarz ([email protected])
Наследование: extends Horde_LoginTasks_Task
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$display integer The style of the page output.
$interval integer The interval at which to run the task.
$priority integer The priority of the task.

Открытые методы

Метод Описание
__construct ( ) Constructor.
describe ( ) : string Returns the TOS agreement for display on the login tasks page.
execute ( ) Determine if user agreed with the terms or not. If the user does not agree, log him/her out immediately.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

describe() публичный Метод

Returns the TOS agreement for display on the login tasks page.
public describe ( ) : string
Результат string The terms of service agreement.

execute() публичный Метод

Determine if user agreed with the terms or not. If the user does not agree, log him/her out immediately.
public execute ( )

Описание свойств

$display публичное свойство

The style of the page output.
public int $display
Результат integer

$interval публичное свойство

The interval at which to run the task.
public int $interval
Результат integer

$priority публичное свойство

The priority of the task.
public int $priority
Результат integer