PHP Класс AppserverIo\Appserver\Application\ManagerShutdownThread

Автор: Tim Wagner ([email protected])
Наследование: extends Thread
Показать файл Открыть проект

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

Метод Описание
__construct ( AppserverIo\Psr\Application\ManagerInterface $manager ) Initializes the thread with the manager to shutdown.
run ( ) : void Handles the clean manager shutdown.

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

__construct() публичный метод

Initializes the thread with the manager to shutdown.
public __construct ( AppserverIo\Psr\Application\ManagerInterface $manager )
$manager AppserverIo\Psr\Application\ManagerInterface The manager to shutdown

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

Handles the clean manager shutdown.
public run ( ) : void
Результат void