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

offsetExists() public method

public offsetExists ( string $translateKey ) : string
$translateKey string
return string
    public function offsetExists($translateKey)
    {
        return $this->exists($translateKey);
    }