AppserverIo\Appserver\Application\ManagerShutdownThread::__construct PHP Méthode

__construct() public méthode

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