Documentation

Horde_Shutdown
in package

Global horde shutdown task queue.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2013-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
2.4.0

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

runTasks()

Run shutdown tasks.

public runTasks() : mixed

        
On this page

Search results