Overview

Packages

  • Horde
  • None

Classes

  • Horde_Ajax_Application
  • Horde_Api
  • Horde_Block_Account
  • Horde_Block_Account_Base
  • Horde_Block_Account_Finger
  • Horde_Block_Account_Ldap
  • Horde_Block_Account_Localhost
  • Horde_Block_Cloud
  • Horde_Block_FbStream
  • Horde_Block_Feed
  • Horde_Block_Fortune
  • Horde_Block_Google
  • Horde_Block_Iframe
  • Horde_Block_Metar
  • Horde_Block_Moon
  • Horde_Block_Sunrise
  • Horde_Block_Time
  • Horde_Block_TwitterTimeline
  • Horde_Block_Vatid
  • Horde_Block_Weather
  • Horde_LoginTasks_SystemTask_GarbageCollection
  • Horde_LoginTasks_SystemTask_Upgrade
  • Horde_LoginTasks_Task_AdminCheck
  • Horde_LoginTasks_Task_LastLogin
  • Horde_LoginTasks_Task_TosAgreement
  • Horde_Prefs_Ui
  • Overview
  • Package
  • Class
  • Tree

Class Horde_LoginTasks_Task_TosAgreement

Login tasks module that presents a TOS Agreement page to user. If user does not accept terms, user is not allowed to login.

Copyright 2002-2012 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.

Horde_LoginTasks_Task
Extended by Horde_LoginTasks_Task_TosAgreement
Package: Horde
Category: Horde
License: GPL
Author: Michael Slusarz slusarz@horde.org
Located at LoginTasks/Task/TosAgreement.php
Methods summary
public
# __construct( )

Constructor.

Constructor.

public
# execute( )

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

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

public string
# describe( )

Returns the TOS agreement for display on the login tasks page.

Returns the TOS agreement for display on the login tasks page.

Returns

string
The terms of service agreement.
Properties summary
public integer $interval

The interval at which to run the task.

The interval at which to run the task.

# Horde_LoginTasks::FIRST_LOGIN
public integer $display

The style of the page output.

The style of the page output.

# Horde_LoginTasks::DISPLAY_AGREE
public integer $priority

The priority of the task.

The priority of the task.

# Horde_LoginTasks::PRIORITY_HIGH
API documentation generated by ApiGen