API documentation :: Docs For Class arbitTranslationManager
Packages:Interfaces:
Classes:
|
Core::View::arbitTranslationManagerClass arbitTranslationManagerTranslation manager for arbit. Translation manager for arbit. Handles multiple backends for caching of the translations, and creates translation file entries for missing translation items. ezcTranslationManager | --arbitTranslationManagerAuthor(s):
Member Variables
Method Summary
Methods__construct
arbitTranslationManager
__construct(
[
$backend
= null] )
Constructs an ezcTranslationManager object This constructor constructs a new ezcTranslationManager object. parameter is a class that implements the ezcTranslationBackendInterface. Constructs an ezcTranslationManager object This constructor constructs a new ezcTranslationManager object. The only parameter is a class that implements the ezcTranslationBackendInterface. Parameters:
getContext
ezcTranslation
getContext(
string
$locale
, string
$context
)
Returns the translations for the $context context and the locale $locale. Returns the translations for the $context context and the locale $locale. This methods reads the context data from the backend and applies the filters before returning the translation map as part of the ezcTranslation object that it returns. Parameters:
setDefaultLocale
void
setDefaultLocale(
string
$locale
)
Set default locale Set default locale Parameters:
Documentation generated on Mon, 05 Apr 2010 14:02:20 +0200 by phpDocumentor 1.4.3
|