public offsetUnset (string $offset) Unsets a translation from the dictionary
public exists (mixed $index) Check whether is defined a translation key in the internal array
abstract public t (mixed $translateKey, [mixed $placeholders]) ...
public string _ (string $translateKey, [array $placeholders]) Returns the translation string of
abstract public query (mixed $index, [mixed $placeholders]) ...
public offsetSet (string $offset, string $value) Sets a translation value
implements Phalcon\Translate
extends abstract class Phalcon\Translate\Adapter
abstract public exists (mixed $index) ...
Page 3 of 4