AppserverIo\Appserver\Core\Utilities\Runlevels::__construct PHP Method

__construct() private method

This is a utility class, so protect it against direct instantiation.
private __construct ( )
    private function __construct()
    {
        // initialize the array with the runlevels
        $this->runlevels = array('shutdown' => ApplicationServerInterface::SHUTDOWN, 'administration' => ApplicationServerInterface::ADMINISTRATION, 'daemon' => ApplicationServerInterface::DAEMON, 'network' => ApplicationServerInterface::NETWORK, 'secure' => ApplicationServerInterface::SECURE, 'full' => ApplicationServerInterface::FULL, 'reboot' => ApplicationServerInterface::REBOOT);
    }