Overview

Packages

  • LoginTasks

Classes

  • Horde_LoginTasks
  • Horde_LoginTasks_Backend
  • Horde_LoginTasks_SystemTask
  • Horde_LoginTasks_Task
  • Horde_LoginTasks_Tasklist
  • Horde_LoginTasks_Translation
  • Overview
  • Package
  • Class
  • Tree

Class Horde_LoginTasks_SystemTask

Abstract class to allow for modularization of specific system login tasks that are always run on login.

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

Abstract
Package: LoginTasks
Category: Horde
License: LGPL 2.1
Author: Michael Slusarz slusarz@horde.org
Located at Horde/LoginTasks/SystemTask.php
Methods summary
abstract public
# execute( )

Do login task (if it has been confirmed).

Do login task (if it has been confirmed).

public boolean
# skip( )

Skip the current task? If true, will not run on this access but will attempt to run on the next access.

Skip the current task? If true, will not run on this access but will attempt to run on the next access.

Returns

boolean
Skip the current task?
Properties summary
public boolean $active

Should the task be run?

Should the task be run?

# true
public integer $interval

The interval at which to run the task.

The interval at which to run the task.

# Horde_LoginTasks::EVERY
API documentation generated by ApiGen