/** * I18N * * @return SJB_I18N */ public static function getInstance() { if (!isset($GLOBALS['I18N_Instance'])) { $GLOBALS['I18N_Instance'] = SJB_I18N::create(); } return $GLOBALS['I18N_Instance']; }