[Horde_Maintenance] element index

Package indexes

All elements
a d e f g i m p r s _
_
top
Variable $_addFlag
Internal flag for addTask().
Variable $_display_type
The style of the maintenance page output.
Variable $_lastRun
Maintenance::$_lastRun in Maintenance.php
UNIX timestamp of the last maintenance run for user.
Variable $_module
The Horde module running the maintenance tasks.
Variable $_postdata
POST data for the calling script.
Variable $_processed
Has the tasklist been processed yet?
Variable $_target
The URL of the web page to load after maintenance is complete.
Variable $_taskCache
Maintenance::$_taskCache in Maintenance.php
Array to store Maintenance_Task objects.
Variable $_tasklist
Maintenance::$_tasklist in Maintenance.php
The Maintenance_Tasklist object for this login.
Variable $_tasks
The list of tasks to run during this login.
a
top
Method addTask
Adds a task to the tasklist.
d
top
Method describeMaintenance
Return description information for the maintenance page.
Method doMaintenance
Do maintenance operation (if it has been confirmed).
e
top
Method exportIntervalPrefs
Export variable names to use for creating select tables in the preferences menu.
f
top
Method factory
Maintenance::factory() in Maintenance.php
Attempts to return a concrete Maintenance_* object based on the module name passed into it.
g
top
Method getDisplayType
Returns the desired output type for the maintenance page.
Method getList
Return the list of tasks.
Method getMaintenanceFormURL
Return the URL needed for the maintenance form.
Method getModule
Return the Horde module the tasks are running under.
Method getPostData
Maintenance::getPostData() in Maintenance.php
Output hidden for elements for the POST form to ensure the calling script has the same POST elements as when the maintenance operations first run.
Method getPostData
Return the POST data.
Method getTarget
Return the URL of the web page to load after maintenance is complete.
i
top
Method infoMaintenance
Returns the informational text message on what the operation is about to do. Also indicates whether the box should be checked by default or not. Operations that have been locked by the admin will return null.
Method inList
Is this task already in the tasklist?
m
top
Variable $maint_tasks
Maintenance::$maint_tasks in Maintenance.php
Hash holding maintenance preference names.
Method Maintenance
Maintenance::Maintenance() in Maintenance.php
Constructor.
Class Maintenance
Maintenance in Maintenance.php
The Maintenance:: class provides a set of methods for dealing with maintenance operations run upon login to Horde applications.
Page Maintenance.php
Maintenance.php in Maintenance.php
Constant MAINTENANCE_DAILY
MAINTENANCE_DAILY in Maintenance.php
Do task daily (First login of the day).
Constant MAINTENANCE_DONE_PARAM
MAINTENANCE_DONE_PARAM in Maintenance.php
The name of the URL parameter that indicates that the maintenance tasks are completed.
Constant MAINTENANCE_EVERY
MAINTENANCE_EVERY in Maintenance.php
Do task every login.
Constant MAINTENANCE_FIRST_LOGIN
MAINTENANCE_FIRST_LOGIN in Maintenance.php
Do task on first login only.
Constant MAINTENANCE_MONTHLY
MAINTENANCE_MONTHLY in Maintenance.php
Do task monthly (First login after/on first of month).
Constant MAINTENANCE_OUTPUT_AGREE
MAINTENANCE_OUTPUT_AGREE in Maintenance.php
Agreement-style output for maintenance page.
Constant MAINTENANCE_OUTPUT_CONFIRM
MAINTENANCE_OUTPUT_CONFIRM in Maintenance.php
Confirmation-style output for maintenance page.
Constant MAINTENANCE_OUTPUT_NOTICE
MAINTENANCE_OUTPUT_NOTICE in Maintenance.php
Notice-style output for maintenance page.
Method Maintenance_Task
Constructor
Class Maintenance_Task
Maintenance_Task in Maintenance.php
Abstract class to allow for modularization of specific maintenace tasks.
Method Maintenance_Tasklist
Constructor.
Class Maintenance_Tasklist
Maintenance_Tasklist in Maintenance.php
The Maintenance_Tasklist:: class is used to store the list of maintenance tasks that need to be run during this login.
Constant MAINTENANCE_WEEKLY
MAINTENANCE_WEEKLY in Maintenance.php
Do task weekly (First login after/on a Sunday).
Constant MAINTENANCE_YEARLY
MAINTENANCE_YEARLY in Maintenance.php
Do task yearly (First login after/on January 1).
p
top
Method processed
Sets/displays the flag to show that tasklist has been processed at least once.
r
top
Method removeTask
Removes the task from the tasklist.
Method runMaintenance
Do maintenance operations needed for this login.
Method runMaintenancePage
Do the necessary maintenance tasks for this loading of the maintenance page.
s
top
Method setNewPage
Sets the newpage flag for a task.
a d e f g i m p r s _