AppserverIo\Appserver\Application\ManagerShutdownThread::__construct PHP Метод

__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
    public function __construct(ManagerInterface $manager)
    {
        $this->manager = $manager;
        $this->start();
    }
ManagerShutdownThread