/** * Initializes the CAppUI singleton * * @return CAppUI The singleton */ static function init() { return self::$instance = new CAppUI(); }