Roller\Plugin\RESTful\GenericHandler::handleUpdate PHP Method

handleUpdate() public method

public handleUpdate ( $resource, $id, $format )
    public function handleUpdate($resource, $id, $format)
    {
        $this->data = $this->update($resource, $id);
        return $this->renderFormat($this->data, $format);
    }