多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Abstract class Phalcon\\Translate\\Adapter # Abstract class **Phalcon\\Translate\\Adapter** Base class for Phalcon\\Translate adapters ### Methods public *string***t** (*string* $translateKey, \[*array* $placeholders\]) Returns the translation string of the given key public *string*\*\*\_\*\* (*string* $translateKey, \[*array* $placeholders\]) Returns the translation string of the given key (alias of method ‘t') public **offsetSet** (*string* $offset, *string* $value) Sets a translation value public **offsetExists** (*unknown* $translateKey) Check whether a translation key exists public **offsetUnset** (*string* $offset) Unsets a translation from the dictionary public *string***offsetGet** (*string* $translateKey) Returns the translation related to the given key protected **replacePlaceholders** (*unknown* $translation, \[*unknown* $placeholders\]) Replaces placeholders by the values passed | - [索引](# "总目录") - [下一页](# "Class Phalcon\Translate\Adapter\Csv") | - [上一页](# "Abstract class Phalcon\Translate") | - [API Indice](#) »