PHP Class Horde_Shutdown, horde

Since: 2.4.0
Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
add ( Horde_Shutdown_Task $task ) Add a task to the global Horde shutdown queue.
addTask ( Horde_Shutdown_Task $task ) Add a task to the shutdown queue.
runTasks ( ) Run shutdown tasks.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

add() public static méthode

Add a task to the global Horde shutdown queue.
public static add ( Horde_Shutdown_Task $task )
$task Horde_Shutdown_Task Task to add.

addTask() public méthode

Add a task to the shutdown queue.
public addTask ( Horde_Shutdown_Task $task )
$task Horde_Shutdown_Task Task to add.

runTasks() public méthode

Run shutdown tasks.
public runTasks ( )