AkObject | --AkLocaleManager
Located in File: /AkLocaleManager.php
A hack to support __construct() on PHP 4 Hint: descendant classes have no PHP4 class_name() constructors, so this one gets called first and calls the top-layer __construct() which (if present) should call parent::__construct()
$available_locales = array(AK_FRAMEWORK_LANGUAGE=>array(AK_FRAMEWORK_LANGUAGE)) (line 30)
Method getPublicLocales (line 281)
In order to define available languages you must define AK_PUBLIC_LOCALES which a comma-separated list of locales
Method getUsedLanguageEntries (line 130)
Method initApplicationInternationalization (line 261)
Method rememberNavigationLanguage (line 356)
Method _canUseLocaleOnCurrentRequest (line 314)
Method _getLocaleForRequest (line 292)
Method _parseLocaleConfigString (line 61)
AkObject::AkObject() - A hack to support __construct() on PHP 4
AkObject::__construct() - Class constructor, overriden in descendant classes
AkObject::freeMemory() - Unsets circular reference children that are not freed from memory when calling unset() or when the parent object is garbage collected.
AkObject::log() -
AkObject::toString() - Object-to-string conversion
AkObject::__clone() - Clone class (Zend Engine 2 compatibility trick)
AkObject::__destruct() - Class destructor, overriden in descendant classes
AkObject::__toString() -