AppserverIo\Appserver\Application\ManagerShutdownThread::__construct PHP Method

__construct() public method

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