File/Maintenance/Maintenance.php

Description
Classes
Class Description
 class Maintenance The Maintenance:: class provides a set of methods for dealing with maintenance operations run upon login to Horde applications.
 class Maintenance_Tasklist The Maintenance_Tasklist:: class is used to store the list of maintenance tasks that need to be run during this login.
 class Maintenance_Task Abstract class to allow for modularization of specific maintenace tasks.
Constants
MAINTENANCE_DAILY = 4 (line 26)

Do task daily (First login of the day).

MAINTENANCE_DONE_PARAM = 'maintenance_done' (line 57)

The name of the URL parameter that indicates that the maintenance tasks are completed.

MAINTENANCE_EVERY = 5 (line 31)

Do task every login.

MAINTENANCE_FIRST_LOGIN = 6 (line 36)

Do task on first login only.

MAINTENANCE_MONTHLY = 2 (line 16)

Do task monthly (First login after/on first of month).

MAINTENANCE_OUTPUT_AGREE = 8 (line 46)

Agreement-style output for maintenance page.

MAINTENANCE_OUTPUT_CONFIRM = 7 (line 41)

Confirmation-style output for maintenance page.

MAINTENANCE_OUTPUT_NOTICE = 9 (line 51)

Notice-style output for maintenance page.

MAINTENANCE_WEEKLY = 3 (line 21)

Do task weekly (First login after/on a Sunday).

MAINTENANCE_YEARLY = 1 (line 11)

Do task yearly (First login after/on January 1).

Documentation generated on Sun, 30 Jan 2011 05:19:26 +0000 by phpDocumentor 1.4.3