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

offsetUnset() public method

public offsetUnset ( string $translateKey ) : string
$translateKey string
return string
    public function offsetUnset($translateKey)
    {
        return $this->delete($translateKey);
    }