PHP Class Horde_Shutdown, horde

Since: 2.4.0
Author: Michael Slusarz ([email protected])
ファイルを表示 Open project: horde/horde Class Usage Examples

Public Methods

Method 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 method

Constructor.
public __construct ( )

add() public static method

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 method

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

runTasks() public method

Run shutdown tasks.
public runTasks ( )