Phalcon\Translate\Adapter\Database::offsetGet PHP Méthode

offsetGet() public méthode

public offsetGet ( string $translateKey ) : string
$translateKey string
Résultat string
    public function offsetGet($translateKey)
    {
        return $this->query($translateKey);
    }