/** * Singleton emulation - use this function to instantiate the class * * @return vB_Shutdown */ static function &init() { static $instance; if (!$instance)