Phalcon\Translate\Adapter\Database::offsetGet PHP Method

offsetGet() public method

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