Translate\Adapter\Csv::exists

public exists (mixed $index) Check whether is defined a translation key in the internal array

Translate\Adapter\Csv

extends abstract class Phalcon\Translate\Adapter implements Phalcon\Translate\AdapterInterface, ArrayAccess Source on GitHub Allows to define translation lists using CSV file Methods public __construct (array $options) Phalcon\Translate\Adapter\Csv constructor private _load (string $file, int $length, string $delimiter, string $enclosure) Load translates from file public query (mixed $index, [mixed $placeholders]) Returns the translation related to the given key public exists (mixed $index) Che

Translate\AdapterInterface::t

abstract public t (mixed $translateKey, [mixed $placeholders]) ...

Translate\AdapterInterface::exists

abstract public exists (mixed $index) ...

Translate\AdapterInterface::query

abstract public query (mixed $index, [mixed $placeholders]) ...

Translate\Adapter::offsetExists

public offsetExists (mixed $translateKey) Check whether a translation key exists

Translate\Adapter::setInterpolator

public setInterpolator (Phalcon\Translate\InterpolatorInterface $interpolator) ...

Translate\AdapterInterface

Source on GitHub Methods abstract public t (mixed $translateKey, [mixed $placeholders]) ... abstract public query (mixed $index, [mixed $placeholders]) ... abstract public exists (mixed $index) ...

Translate\Adapter::t

public string t (string $translateKey, [array $placeholders]) Returns the translation string of the given key

Translate\Adapter::offsetUnset

public offsetUnset (string $offset) Unsets a translation from the dictionary