You are here

public function MyModuleBookResourceController::update in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.api.php \MyModuleBookResourceController::update()

Overrides RestWSResourceControllerInterface::update

See also

RestWSResourceControllerInterface::update()

File

./restws.api.php, line 231
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Class

MyModuleBookResourceController
Example controller class for the mymodule_book resource.

Code

public function update($id, array $values) {
  throw new RestWSException('Not implemented', 501);
}