public resetDomain () Sets the default domain
public string query (string $index, [array $placeholders]) Returns the translation related to the given key
public nquery (mixed $msgid1, mixed $msgid2, mixed $count, [mixed $placeholders], [mixed $domain]) The plural version of gettext(). Some languages have more than one form for plural messages dependent on the count.
public getLocale ()
public getDirectory ()
public getDefaultDomain ()
public getCategory ()
public exists (mixed $index) Check whether is defined a translation key in the internal array
extends abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess Source on GitHub Allows translate using gettext Methods public getDirectory () public getDefaultDomain () public getLocale () public getCategory () public __construct (array $options) Phalcon\Translate\Adapter\Gettext constructor public string query (string $index, [array $placeholders]) Returns the translation related to the given key public exists (mixed $index) Check whether is defined
public query (mixed $index, [mixed $placeholders]) Returns the translation related to the given key
Page 17 of 382