[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ l ] [ m ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ w ] [ x ] [ _ ]

a

$autoaddlang
in file Autoadd.php, variable Translation2_Admin_Decorator_Autoadd::$autoaddlang
    Language to add strings in
add
in file mdb2.php, method Translation2_Admin_Container_mdb2::add()
    Add a new entry in the strings table.
add
in file db.php, method Translation2_Admin_Container_db::add()
    Add a new entry in the strings table.
add
in file Decorator.php, method Translation2_Admin_Decorator::add()
    Add a new translation
add
in file gettext.php, method Translation2_Admin_Container_gettext::add()
    Add a new entry in the strings domain.
add
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::add()
    Add a new entry in the strings table.
add
in file xml.php, method Translation2_Admin_Container_xml::add()
    Add a new entry in the strings table.
add
in file mdb.php, method Translation2_Admin_Container_mdb::add()
    Add a new entry in the strings table.
add
in file Admin.php, method Translation2_Admin::add()
    Add a new translation
addLang
in file gettext.php, method Translation2_Admin_Container_gettext::addLang()
    Creates a new entry in the langs_avail .ini file.
addLang
in file mdb2.php, method Translation2_Admin_Container_mdb2::addLang()
    Creates a new table to store the strings in this language.
addLang
in file xml.php, method Translation2_Admin_Container_xml::addLang()
    Does nothing (here for compatibility with the container interface)
addLang
in file mdb.php, method Translation2_Admin_Container_mdb::addLang()
    Creates a new table to store the strings in this language.
addLang
in file Decorator.php, method Translation2_Admin_Decorator::addLang()
    Prepare the storage container for a new lang.
addLang
in file db.php, method Translation2_Admin_Container_db::addLang()
    Creates a new table to store the strings in this language.
addLang
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::addLang()
    Creates a new table to store the strings in this language.
addLang
in file Admin.php, method Translation2_Admin::addLang()
    Prepare the storage container for a new lang.
addLangToList
in file mdb2.php, method Translation2_Admin_Container_mdb2::addLangToList()
    Creates a new entry in the langsAvail table.
addLangToList
in file xml.php, method Translation2_Admin_Container_xml::addLangToList()
    Creates a new entry in the <languages> section
addLangToList
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::addLangToList()
    Creates a new entry in the langsAvail table.
addLangToList
in file gettext.php, method Translation2_Admin_Container_gettext::addLangToList()
    Creates a new entry in the langsAvail .ini file.
addLangToList
in file mdb.php, method Translation2_Admin_Container_mdb::addLangToList()
    Creates a new entry in the langsAvail table.
addLangToList
in file db.php, method Translation2_Admin_Container_db::addLangToList()
    Creates a new entry in the langsAvail table.
Autoadd.php
procedural page Autoadd.php
Admin.php
procedural page Admin.php
top

b

begin
in file gettext.php, method Translation2_Admin_Container_gettext::begin()
    Begin
top

c

$cacheLiteFunction
in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$cacheLiteFunction
    Cache_Lite_Function object
$caching
in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$caching
    Enable / disable caching
$charset
in file SpecialChars.php, variable Translation2_Decorator_SpecialChars::$charset
$cleaningFrequency
in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$cleaningFrequency
    Frequency of cache cleaning.
$currentPageID
in file Decorator.php, variable Translation2_Decorator::$currentPageID
$currentPageID
in file Translation2.php, variable Translation2::$currentPageID
    Current pageID
cleanCache
in file Decorator.php, method Translation2_Admin_Decorator::cleanCache()
    If you use the CacheLiteFunction decorator, you may want to invalidate the cache after a change in the data base.
cleanCache
in file Admin.php, method Translation2_Admin::cleanCache()
    If you use the CacheLiteFunction decorator, you may want to invalidate the cache after a change in the data base.
commit
in file gettext.php, method Translation2_Admin_Container_gettext::commit()
    Commit
Container.php
procedural page Container.php
CacheLiteFunction.php
procedural page CacheLiteFunction.php
CacheMemory.php
procedural page CacheMemory.php
top

d

$db
in file mdb2.php, variable Translation2_Container_mdb2::$db
    MDB2 object
$db
in file mdb.php, variable Translation2_Container_mdb::$db
    MDB object
$db
in file db.php, variable Translation2_Container_db::$db
    DB object
$defaultGroup
in file CacheLiteFunction.php, variable Translation2_Decorator_CacheLiteFunction::$defaultGroup
    Name of default cache group.
debug
in file settings.php, function debug()
    **************************************************
dataobjectsimple.php
procedural page dataobjectsimple.php
db.php
procedural page db.php
Decorator.php
procedural page Decorator.php
dataobjectsimple.php
procedural page dataobjectsimple.php
db.php
procedural page db.php
DefaultText.php
procedural page DefaultText.php
Decorator.php
procedural page Decorator.php
top

e

$emptyPostfix
in file DefaultText.php, variable Translation2_Decorator_DefaultText::$emptyPostfix
    String appended to the returned string when the string is empty and it's replaced by its $stringID. It can be used to mark unreplaced strings.
$emptyPrefix
in file DefaultText.php, variable Translation2_Decorator_DefaultText::$emptyPrefix
    String prepended to the returned string when the string is empty and it's replaced by its $stringID. It can be used to mark unreplaced strings.
ErrorText.php
procedural page ErrorText.php
top

f

$fallbackLang
in file Lang.php, variable Translation2_Decorator_Lang::$fallbackLang
    fallback lang
factory
in file Translation2.php, method Translation2::factory()
    Return a Translation2 instance already initialized
factory
in file Admin.php, method Translation2_Admin::factory()
    Return a Translation2_Admin instance already initialized
fetchLangs
in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::fetchLangs()
    Fetch the available langs if they're not cached yet.
fetchLangs
in file xml.php, method Translation2_Container_xml::fetchLangs()
    Fetch the available langs
fetchLangs
in file mdb2.php, method Translation2_Container_mdb2::fetchLangs()
    Fetch the available langs if they're not cached yet.
fetchLangs
in file mdb.php, method Translation2_Container_mdb::fetchLangs()
    Fetch the available langs if they're not cached yet.
fetchLangs
in file gettext.php, method Translation2_Container_gettext::fetchLangs()
    Fetch the available langs if they're not cached yet.
fetchLangs
in file Container.php, method Translation2_Container::fetchLangs()
    Fetch the available langs if they're not cached yet.
fetchLangs
in file db.php, method Translation2_Container_db::fetchLangs()
    Fetch the available langs if they're not cached yet.
fixEmptySets
in file xml.php, method Translation2_Container_xml::fixEmptySets()
    Turn empty strings returned by XML_Unserializer into empty arrays
top

g

get
in file Iconv.php, method Translation2_Decorator_Iconv::get()
    Get the translated string, in the new encoding
get
in file DefaultText.php, method Translation2_Decorator_DefaultText::get()
    Get translated string
get
in file Decorator.php, method Translation2_Decorator::get()
    Get translated string
get
in file Lang.php, method Translation2_Decorator_Lang::get()
    Get translated string
get
in file SpecialChars.php, method Translation2_Decorator_SpecialChars::get()
    Get translated string
get
in file UTF8.php, method Translation2_Decorator_UTF8::get()
    Get translated string
get
in file Translation2.php, method Translation2::get()
    Get translated string
get
in file CacheMemory.php, method Translation2_Decorator_CacheMemory::get()
    Get translated string
get
in file ErrorText.php, method Translation2_Decorator_ErrorText::get()
    Get translated string
get
in file Autoadd.php, method Translation2_Admin_Decorator_Autoadd::get()
    Get a translated string
get
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::get()
    Get translated string
getAdminDecorator
in file Admin.php, method Translation2_Admin::getAdminDecorator()
    Return an instance of an admin decorator
getDecorator
in file Decorator.php, method Translation2_Decorator::getDecorator()
    Return an instance of a decorator
getDecorator
in file Translation2.php, method Translation2::getDecorator()
    Return an instance of a decorator
getLang
in file Decorator.php, method Translation2_Decorator::getLang()
    Get language info
getLang
in file Translation2.php, method Translation2::getLang()
    get lang info
getLang
in file Container.php, method Translation2_Container::getLang()
    Gets the current lang
getLang
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getLang()
    get lang info
getLangData
in file Container.php, method Translation2_Container::getLangData()
    Gets the array data for the lang
getLangs
in file Decorator.php, method Translation2_Decorator::getLangs()
    Get languages
getLangs
in file Container.php, method Translation2_Container::getLangs()
    Gets the available languages
getLangs
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getLangs()
    get langs
getLangs
in file Translation2.php, method Translation2::getLangs()
    get langs
getOne
in file xml.php, method Translation2_Container_xml::getOne()
    Get a single item from the container
getOne
in file gettext.php, method Translation2_Container_gettext::getOne()
    Get a single item from the container, without caching the whole page
getOne
in file mdb.php, method Translation2_Container_mdb::getOne()
    Get a single item from the container
getOne
in file db.php, method Translation2_Container_db::getOne()
    Get a single item from the container
getOne
in file Container.php, method Translation2_Container::getOne()
    Get a single item from the container, without caching the whole page Containers should implement this method.
getOne
in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getOne()
    Get a single item from the container, without caching the whole page
getOne
in file mdb2.php, method Translation2_Container_mdb2::getOne()
    Get a single item from the container
getPage
in file mdb2.php, method Translation2_Container_mdb2::getPage()
    Returns an array of the strings in the selected page
getPage
in file ErrorText.php, method Translation2_Decorator_ErrorText::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file gettext.php, method Translation2_Container_gettext::getPage()
    Get all the strings from a domain (parsing the .mo file)
getPage
in file Translation2.php, method Translation2::getPage()
    Get an entire group of strings
getPage
in file Lang.php, method Translation2_Decorator_Lang::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file Iconv.php, method Translation2_Decorator_Iconv::getPage()
    Same as getRawPage, but apply transformations when needed
getPage
in file mdb.php, method Translation2_Container_mdb::getPage()
    Returns an array of the strings in the selected page
getPage
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file xml.php, method Translation2_Container_xml::getPage()
    Returns an array of the strings in the selected page
getPage
in file db.php, method Translation2_Container_db::getPage()
    Returns an array of the strings in the selected page
getPage
in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getPage()
    Returns an array of the strings in the selected page
getPage
in file Container.php, method Translation2_Container::getPage()
    Returns an array of the strings in the selected page Containers should implement this method.
getPage
in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file UTF8.php, method Translation2_Decorator_UTF8::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file Decorator.php, method Translation2_Decorator::getPage()
    Same as getRawPage, but resort to fallback language and replace parameters when needed
getPage
in file DefaultText.php, method Translation2_Decorator_DefaultText::getPage()
    Replace empty strings with their $stringID
getPage
in file SpecialChars.php, method Translation2_Decorator_SpecialChars::getPage()
    Same as getRawPage, but apply transformations when needed
getPageNames
in file db.php, method Translation2_Admin_Container_db::getPageNames()
    Get a list of all the pageIDs in any table.
getPageNames
in file Decorator.php, method Translation2_Admin_Decorator::getPageNames()
    Get a list of all the pageIDs in any table.
getPageNames
in file gettext.php, method Translation2_Admin_Container_gettext::getPageNames()
    Get a list of all the domains
getPageNames
in file xml.php, method Translation2_Admin_Container_xml::getPageNames()
    Get a list of all the pageIDs.
getPageNames
in file mdb2.php, method Translation2_Admin_Container_mdb2::getPageNames()
    Get a list of all the pageIDs in any table.
getPageNames
in file mdb.php, method Translation2_Admin_Container_mdb::getPageNames()
    Get a list of all the pageIDs in any table.
getPageNames
in file Admin.php, method Translation2_Admin::getPageNames()
    Get a list of all the pageIDs in any table.
getRaw
in file Translation2.php, method Translation2::getRaw()
    Get translated string (as-is)
getRaw
in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getRaw()
    Get translated string (as-is)
getRaw
in file Decorator.php, method Translation2_Decorator::getRaw()
    Get translated string
getRaw
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getRaw()
    Get translated string (as-is)
getRawPage
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getRawPage()
    Get the array of strings in a page
getRawPage
in file Translation2.php, method Translation2::getRawPage()
    Get the array of strings in a page
getRawPage
in file Decorator.php, method Translation2_Decorator::getRawPage()
    Get the array of strings in a page
getRawPage
in file CacheMemory.php, method Translation2_Decorator_CacheMemory::getRawPage()
    Get the array of strings in a page
getStringID
in file Translation2.php, method Translation2::getStringID()
    Get the stringID for the given string. This method is the reverse of get().
getStringID
in file xml.php, method Translation2_Container_xml::getStringID()
    Get the stringID for the given string
getStringID
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::getStringID()
    Get translated string
getStringID
in file Decorator.php, method Translation2_Decorator::getStringID()
    Get the stringID for the given string. This method is the reverse of get().
getStringID
in file db.php, method Translation2_Container_db::getStringID()
    Get the stringID for the given string
getStringID
in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::getStringID()
    Get the stringID for the given string
getStringID
in file Container.php, method Translation2_Container::getStringID()
    Get the stringID for the given string
getStringID
in file DefaultText.php, method Translation2_Decorator_DefaultText::getStringID()
    Get the stringID for the given string. This method is the reverse of get().
getStringID
in file gettext.php, method Translation2_Container_gettext::getStringID()
    Get the stringID for the given string
getStringID
in file mdb.php, method Translation2_Container_mdb::getStringID()
    Get the stringID for the given string
getStringID
in file mdb2.php, method Translation2_Container_mdb2::getStringID()
    Get the stringID for the given string
getValue
in file settings.php, function getValue()
gettext_admin.php
procedural page gettext_admin.php
gettext_prepare.php
procedural page gettext_prepare.php
gettext_settings.php
procedural page gettext_settings.php
gettext.php
procedural page gettext.php
gettext.php
procedural page gettext.php
top

i

init
in file mdb.php, method Translation2_Container_mdb::init()
    Initialize the container
init
in file mdb2.php, method Translation2_Container_mdb2::init()
    Initialize the container
init
in file dataobjectsimple.php, method Translation2_Container_dataobjectsimple::init()
    Initialize the container
init
in file gettext.php, method Translation2_Container_gettext::init()
    Initialize the container
init
in file db.php, method Translation2_Container_db::init()
    Initialize the container
init
in file xml.php, method Translation2_Container_xml::init()
    Initialize the container
Iconv.php
procedural page Iconv.php
top

l

$lang
in file Decorator.php, variable Translation2_Decorator::$lang
$lang
in file Translation2.php, variable Translation2::$lang
    Default lang
Lang.php
procedural page Lang.php
top

m

mdb.php
procedural page mdb.php
mdb2.php
procedural page mdb2.php
mdb.php
procedural page mdb.php
mdb2.php
procedural page mdb2.php
top

o

$options
in file Container.php, variable Translation2_Container::$options
    Additional options for the storage container
$options
in file Translation2.php, variable Translation2::$options
    Class options
$outputString
in file DefaultText.php, variable Translation2_Decorator_DefaultText::$outputString
    String to output when there was no translation
top

p

$params
in file Translation2.php, variable Translation2::$params
    Array of parameters for the adapter class
$prefetch
in file CacheMemory.php, variable Translation2_Decorator_CacheMemory::$prefetch
    set prefetch on/off
print_usage
in file t2xmlchk.php, function print_usage()
top

r

$rawData
in file CacheMemory.php, variable Translation2_Decorator_CacheMemory::$rawData
    Translated strings array Used for cache purposes.
raiseError
in file Container.php, method Translation2_Container::raiseError()
    Trigger a PEAR error
remove
in file db.php, method Translation2_Admin_Container_db::remove()
    Remove an entry from the strings table.
remove
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::remove()
    Remove an entry from the strings table.
remove
in file mdb2.php, method Translation2_Admin_Container_mdb2::remove()
    Remove an entry from the strings table.
remove
in file Decorator.php, method Translation2_Admin_Decorator::remove()
    Remove a translated string
remove
in file mdb.php, method Translation2_Admin_Container_mdb::remove()
    Remove an entry from the strings table.
remove
in file gettext.php, method Translation2_Admin_Container_gettext::remove()
    Remove an entry from the domain.
remove
in file Admin.php, method Translation2_Admin::remove()
    Remove a translated string
remove
in file xml.php, method Translation2_Admin_Container_xml::remove()
    Remove an entry from the strings table.
removeLang
in file Admin.php, method Translation2_Admin::removeLang()
    Remove the lang from the langsAvail table and drop the strings table.
removeLang
in file mdb.php, method Translation2_Admin_Container_mdb::removeLang()
    Remove the lang from the langsAvail table and drop the strings table.
removeLang
in file Decorator.php, method Translation2_Admin_Decorator::removeLang()
    Remove the lang from the langsAvail table and drop the strings table.
removeLang
in file mdb2.php, method Translation2_Admin_Container_mdb2::removeLang()
    Remove the lang from the langsAvail table and drop the strings table.
removeLang
in file gettext.php, method Translation2_Admin_Container_gettext::removeLang()
    Remove Language
removeLang
in file db.php, method Translation2_Admin_Container_db::removeLang()
    Remove the lang from the langsAvail table and drop the strings table.
removeLang
in file xml.php, method Translation2_Admin_Container_xml::removeLang()
    Remove all the entries for the given lang from the strings table.
removePage
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::removePage()
    Remove all the strings in the given page/group
removePage
in file Decorator.php, method Translation2_Admin_Decorator::removePage()
    Remove all the strings in the given page/group
removePage
in file xml.php, method Translation2_Admin_Container_xml::removePage()
    Remove all the strings in the given page/group
removePage
in file mdb2.php, method Translation2_Admin_Container_mdb2::removePage()
    Remove all the strings in the given page/group
removePage
in file gettext.php, method Translation2_Admin_Container_gettext::removePage()
    Remove all the strings in the given page/group (domain)
removePage
in file db.php, method Translation2_Admin_Container_db::removePage()
    Remove all the strings in the given page/group
removePage
in file Admin.php, method Translation2_Admin::removePage()
    Remove all the strings in the given page/group
removePage
in file mdb.php, method Translation2_Admin_Container_mdb::removePage()
    Remove all the strings in the given page/group
replaceEmptyStringsWithKeys
in file Translation2.php, method Translation2::replaceEmptyStringsWithKeys()
    Replace empty strings with their stringID
replaceEmptyStringsWithKeys
in file Decorator.php, method Translation2_Decorator::replaceEmptyStringsWithKeys()
    Replace empty strings with their stringID
top

s

$storage
in file Translation2.php, variable Translation2::$storage
    Storage object
$storage
in file Decorator.php, variable Translation2_Decorator::$storage
setCacheOption
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::setCacheOption()
    Set a Cache_Lite option
setCharset
in file Container.php, method Translation2_Container::setCharset()
    Set charset used to read/store the translations
setCharset
in file Translation2.php, method Translation2::setCharset()
    Set charset used to read/store the translations
setCharset
in file Decorator.php, method Translation2_Decorator::setCharset()
    Set charset used to read/store the translations
setCharset
in file mdb2.php, method Translation2_Container_mdb2::setCharset()
    Set charset used to read/store the translations
setCharset
in file db.php, method Translation2_Container_db::setCharset()
    Set charset used to read/store the translations
setContainerOptions
in file Decorator.php, method Translation2_Decorator::setContainerOptions()
    Set some storage driver options
setContainerOptions
in file Translation2.php, method Translation2::setContainerOptions()
    Set some storage driver options
setLang
in file gettext.php, method Translation2_Container_gettext::setLang()
    Sets the current lang
setLang
in file Decorator.php, method Translation2_Decorator::setLang()
    Set default language
setLang
in file CacheLiteFunction.php, method Translation2_Decorator_CacheLiteFunction::setLang()
    Set default lang
setLang
in file Translation2.php, method Translation2::setLang()
    Set default lang
setLang
in file Container.php, method Translation2_Container::setLang()
    Sets the current language
setOption
in file Lang.php, method Translation2_Decorator_Lang::setOption()
    set Decorator option (intercept 'fallbackLang' option).
setOption
in file Decorator.php, method Translation2_Decorator::setOption()
    set Decorator option
setOptions
in file Decorator.php, method Translation2_Decorator::setOptions()
    set Decorator options
setPageID
in file Translation2.php, method Translation2::setPageID()
    Set default page
setPageID
in file Decorator.php, method Translation2_Decorator::setPageID()
    Set default page
setParams
in file Translation2.php, method Translation2::setParams()
    Set parameters for next string
setParams
in file Decorator.php, method Translation2_Decorator::setParams()
    Set parameters for next string
settings.php
procedural page settings.php
settings_multitable.php
procedural page settings_multitable.php
SpecialChars.php
procedural page SpecialChars.php
top

t

$translation2
in file Decorator.php, variable Translation2_Decorator::$translation2
    Translation2 object being decorated
TABLE_PREFIX
in file settings.php, constant TABLE_PREFIX
Translation2
in file Translation2.php, method Translation2::Translation2()
    Constructor
Translation2
in file Translation2.php, class Translation2
    Translation2 base class
Translation2_example.php
procedural page Translation2_example.php
Translation2_gettext_example.php
procedural page Translation2_gettext_example.php
t2xmlchk.php
procedural page t2xmlchk.php
Translation2.php
procedural page Translation2.php
Translation2_Admin
in file Admin.php, class Translation2_Admin
    Administration utilities for translation string management
Translation2_Admin_Container_dataobjectsimple
in file dataobjectsimple.php, class Translation2_Admin_Container_dataobjectsimple
    Storage driver for storing/fetching data to/from a database
Translation2_Admin_Container_db
in file db.php, class Translation2_Admin_Container_db
    Storage driver for storing/fetching data to/from a database
Translation2_Admin_Container_gettext
in file gettext.php, class Translation2_Admin_Container_gettext
    Storage driver for storing/fetching data to/from a gettext file
Translation2_Admin_Container_mdb
in file mdb.php, class Translation2_Admin_Container_mdb
    Storage driver for storing/fetching data to/from a database
Translation2_Admin_Container_mdb2
in file mdb2.php, class Translation2_Admin_Container_mdb2
    Storage driver for storing/fetching data to/from a database
Translation2_Admin_Container_xml
in file xml.php, class Translation2_Admin_Container_xml
    Storage driver for storing/fetching data to/from a XML file
Translation2_Admin_Decorator
in file Decorator.php, class Translation2_Admin_Decorator
    Decorates a Translation2_Admin class.
Translation2_Admin_Decorator_Autoadd
in file Autoadd.php, class Translation2_Admin_Decorator_Autoadd
    Automatically add requested strings
Translation2_Container
in file Container.php, class Translation2_Container
    Base class for Translation2 drivers/containers
Translation2_Container
in file Container.php, method Translation2_Container::Translation2_Container()
    Constructor Has to be overwritten by each storage class
Translation2_Container_dataobjectsimple
in file dataobjectsimple.php, class Translation2_Container_dataobjectsimple
    Simple storage driver for fetching data from a db with DB_DataObject
Translation2_Container_db
in file db.php, class Translation2_Container_db
    Storage driver for fetching data from a database
Translation2_Container_gettext
in file gettext.php, class Translation2_Container_gettext
    Storage driver for fetching data with gettext
Translation2_Container_mdb
in file mdb.php, class Translation2_Container_mdb
    Storage driver for fetching data from a database
Translation2_Container_mdb2
in file mdb2.php, class Translation2_Container_mdb2
    Storage driver for fetching data from a database
Translation2_Container_xml
in file xml.php, class Translation2_Container_xml
    Storage driver for fetching data from a XML file
Translation2_Decorator
in file Decorator.php, class Translation2_Decorator
    Translation2_Decorator. Base Decorator class for Translation2
Translation2_Decorator
in file Decorator.php, method Translation2_Decorator::Translation2_Decorator()
    Constructor Constructs the Translation2_Decorator
Translation2_Decorator_CacheLiteFunction
in file CacheLiteFunction.php, class Translation2_Decorator_CacheLiteFunction
    Decorator to cache fetched data using the Cache_Lite_Function class.
Translation2_Decorator_CacheMemory
in file CacheMemory.php, class Translation2_Decorator_CacheMemory
    Decorator to cache fetched data in memory
Translation2_Decorator_DefaultText
in file DefaultText.php, class Translation2_Decorator_DefaultText
    Decorator to provide a fallback text for empty strings.
Translation2_Decorator_ErrorText
in file ErrorText.php, class Translation2_Decorator_ErrorText
    Decorator to provide a fallback text for empty strings.
Translation2_Decorator_Iconv
in file Iconv.php, class Translation2_Decorator_Iconv
    Translation2 Iconv Decorator
Translation2_Decorator_Lang
in file Lang.php, class Translation2_Decorator_Lang
    Decorator to provide a fallback language for empty strings.
Translation2_Decorator_SpecialChars
in file SpecialChars.php, class Translation2_Decorator_SpecialChars
    Decorator to replace special chars with the matching html entities.
Translation2_Decorator_UTF8
in file UTF8.php, class Translation2_Decorator_UTF8
    Decorator to convert UTF-8 strings to ISO-8859-1
TRANSLATION2_DEFAULT_PAGEID
in file Translation2.php, constant TRANSLATION2_DEFAULT_PAGEID
    Allows redefinition of the default pageID.
TRANSLATION2_DTD
in file xml.php, constant TRANSLATION2_DTD
    Document Type Definition
TRANSLATION2_EMPTY_PAGEID_KEY
in file CacheMemory.php, constant TRANSLATION2_EMPTY_PAGEID_KEY
    Allows redefinition of alternate key for empty pageID
TRANSLATION2_ERROR
in file Translation2.php, constant TRANSLATION2_ERROR
    Class Error codes
TRANSLATION2_ERROR_CANNOT_CONNECT
in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_CONNECT
TRANSLATION2_ERROR_CANNOT_CREATE_DIR
in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_CREATE_DIR
TRANSLATION2_ERROR_CANNOT_FIND_FILE
in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_FIND_FILE
TRANSLATION2_ERROR_CANNOT_WRITE_FILE
in file Translation2.php, constant TRANSLATION2_ERROR_CANNOT_WRITE_FILE
TRANSLATION2_ERROR_DOMAIN_NOT_SET
in file Translation2.php, constant TRANSLATION2_ERROR_DOMAIN_NOT_SET
TRANSLATION2_ERROR_ENCODING_CONVERSION
in file Translation2.php, constant TRANSLATION2_ERROR_ENCODING_CONVERSION
TRANSLATION2_ERROR_INVALID_PATH
in file Translation2.php, constant TRANSLATION2_ERROR_INVALID_PATH
TRANSLATION2_ERROR_METHOD_NOT_SUPPORTED
in file Translation2.php, constant TRANSLATION2_ERROR_METHOD_NOT_SUPPORTED
TRANSLATION2_ERROR_UNKNOWN_LANG
in file Translation2.php, constant TRANSLATION2_ERROR_UNKNOWN_LANG
TRANSLATION2_ERROR_UNSUPPORTED
in file Translation2.php, constant TRANSLATION2_ERROR_UNSUPPORTED
TRANSLATION2_NULL_PAGEID_KEY
in file CacheMemory.php, constant TRANSLATION2_NULL_PAGEID_KEY
    Allows redefinition of alternate key for null pageID
top

u

$url
in file DefaultText.php, variable Translation2_Decorator_DefaultText::$url
    Targeted URL of strings without translations
UTF8.php
procedural page UTF8.php
update
in file Admin.php, method Translation2_Admin::update()
    Update an existing translation
update
in file mdb.php, method Translation2_Admin_Container_mdb::update()
    Update an existing entry in the strings table.
update
in file mdb2.php, method Translation2_Admin_Container_mdb2::update()
    Update an existing entry in the strings table.
update
in file xml.php, method Translation2_Admin_Container_xml::update()
    Update an existing entry in the strings table.
update
in file gettext.php, method Translation2_Admin_Container_gettext::update()
    Update
update
in file db.php, method Translation2_Admin_Container_db::update()
    Update an existing entry in the strings table.
update
in file Decorator.php, method Translation2_Admin_Decorator::update()
    Update an existing translation
update
in file dataobjectsimple.php, method Translation2_Admin_Container_dataobjectsimple::update()
    Update an existing entry in the strings table.
updateLang
in file xml.php, method Translation2_Admin_Container_xml::updateLang()
    Update the lang info in the langsAvail table
updateLang
in file mdb2.php, method Translation2_Admin_Container_mdb2::updateLang()
    Update the lang info in the langsAvail table
updateLang
in file Admin.php, method Translation2_Admin::updateLang()
    Update the lang info in the langsAvail table
updateLang
in file mdb.php, method Translation2_Admin_Container_mdb::updateLang()
    Update the lang info in the langsAvail table
updateLang
in file gettext.php, method Translation2_Admin_Container_gettext::updateLang()
    Update the lang info in the langs_avail file
updateLang
in file db.php, method Translation2_Admin_Container_db::updateLang()
    Update the lang info in the langsAvail table
updateLang
in file Decorator.php, method Translation2_Admin_Decorator::updateLang()
    Update the lang info in the langsAvail table
top

w

writeTitle
in file settings.php, function writeTitle()
writeValue
in file settings.php, function writeValue()
top

x

xml.php
procedural page xml.php
xml.php
procedural page xml.php
top

_

_parseOptions
in file Container.php, method Translation2_Container::_parseOptions()
    Parse options passed to the container class
_replaceParams
in file Translation2.php, method Translation2::_replaceParams()
    Replace parameters in strings
_replaceParams
in file Decorator.php, method Translation2_Decorator::_replaceParams()
    Replace parameters in strings
__clone
in file Translation2.php, method Translation2::__clone()
    Clone internal object references
__clone
in file Decorator.php, method Translation2_Decorator::__clone()
    Clone internal object references
top

Documentation generated on Mon, 11 Mar 2019 15:41:50 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.