Roller\Plugin\RESTful\ResourceHandler::handleDelete PHP Метод

handleDelete() публичный Метод

public handleDelete ( $id, $format )
    public function handleDelete($id, $format)
    {
        $this->data = $this->delete($id);
        return $this->renderFormat($this->data, $format);
    }