N98\Util\WindowsSystem::getInstance PHP Method

getInstance() private static method

an instance is bootstrapped in to prevent initialization overhead
private static getInstance ( ) : WindowsSystem
return WindowsSystem
    private static function getInstance()
    {
        self::$instance || (self::$instance = new WindowsSystem());
        return self::$instance;
    }