Horde_Shutdown
in package
Global horde shutdown task queue.
Tags
Table of Contents
Properties
- $_tasks : array<string|int, mixed>
- Tasks.
Methods
- __construct() : mixed
- Constructor.
- add() : mixed
- Add a task to the global Horde shutdown queue.
- addTask() : mixed
- Add a task to the shutdown queue.
- runTasks() : mixed
- Run shutdown tasks.
Properties
$_tasks
Tasks.
private
array<string|int, mixed>
$_tasks
= array()
Methods
__construct()
Constructor.
public
__construct() : mixed
add()
Add a task to the global Horde shutdown queue.
public
static add(Horde_Shutdown_Task $task) : mixed
Parameters
- $task : Horde_Shutdown_Task
-
Task to add.
addTask()
Add a task to the shutdown queue.
public
addTask(Horde_Shutdown_Task $task) : mixed
Parameters
- $task : Horde_Shutdown_Task
-
Task to add.
runTasks()
Run shutdown tasks.
public
runTasks() : mixed