PHP Класс Horde_Registry_Logout, horde

С версии: 2.13.0
Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
add ( mixed $classname ) Add a class to the logout queue.
run ( ) Runs the list of logout tasks and clears the queue.

Приватные методы

Метод Описание
_getTasks ( ) Return the list of logout tasks.
_setTasks ( array $queue ) Set the list of logout tasks.

Описание методов

add() публичный Метод

Add a class to the logout queue.
public add ( mixed $classname )
$classname mixed The classname to add (or an object of that class). The class must be able to be instantiated via Horde_Injector and must implement the Horde_Registry_Logout_Task interface.

run() публичный Метод

Runs the list of logout tasks and clears the queue.
public run ( )