extends abstract class Phalcon\Translate\Adapter
public string t (string $translateKey, [array $placeholders]) Returns the translation string of
public string offsetGet (string $translateKey) Returns the translation related to the given key
public offsetUnset (string $offset) Unsets a translation from the dictionary
public resetDomain () Sets the default domain
public exists (mixed $index) Check whether is defined a translation key in the internal array
public string _ (string $translateKey, [array $placeholders]) Returns the translation string of
public setDefaultDomain (mixed $domain) Sets the domain default to search within when calls are made to gettext()
public setLocale (mixed $category, mixed $locale) Sets locale information
Page 2 of 3