extends abstract class Phalcon\Translate\Adapter
implements Phalcon\Translate\AdapterInterface, ArrayAccess
Allows to define translation lists using PHP arrays
Phalcon\Translate\Adapter\NativeArray constructor
Returns the translation related to the given key
Check whether is defined a translation key in the internal array
...
Returns the translation string of the given key
Returns the translation string of the given key (alias of method ‘t’)
Sets a translation value
Check whether a translation key exists
Unsets a translation from the dictionary
Returns the translation related to the given key
Replaces placeholders by the values passed
© 2011–2017 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Translate_Adapter_NativeArray.html