Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
AN_ARRAY = 'Array'
Adapter names constants
Details AN_CSV = 'Csv'
Details AN_GETTEXT = 'Gettext'
Details AN_INI = 'Ini'
Details AN_QT = 'Qt'
Details AN_TBX = 'Tbx'
Details AN_TMX = 'Tmx'
Details AN_XLIFF = 'Xliff'
Details AN_XMLTM = 'XmlTm'
Details LOCALE_DIRECTORY = 'directory'
Details LOCALE_FILENAME = 'filename'
DetailsZend_Translate_Adapter $_adapter = ''Adapter
Details__call(
$method, $options
)
:
Calls all methods from the adapter
Details__construct(
array|Zend_Config $options
=
array
)
:
Generates the standard translation object
DetailsclearCache(
string $tag
=
null
)
:
voidClears all set cache data
DetailsgetAdapter(
)
:
Zend_Translate_AdapterReturns the adapters name and it's options
DetailsgetCache(
)
:
Zend_Cache_CoreReturns the set cache
DetailshasCache(
)
:
booleanReturns true when a cache is set
DetailsremoveCache(
)
:
voidRemoves any set cache
DetailssetAdapter(
array|Zend_Config $options
=
array
)
:
Sets a new adapter
DetailssetCache(
Zend_Cache_Core $cache
)
:
voidSets a cache for all instances of Zend_Translate
Details