6 calls to RestfulBase::process() in RESTful 7
- RestfulBase::delete in plugins/
restful/ RestfulBase.php - Call resource using the DELETE http method.
- RestfulBase::get in plugins/
restful/ RestfulBase.php - Call resource using the GET http method.
- RestfulBase::head in plugins/
restful/ RestfulBase.php - Call resource using the GET http method.
- RestfulBase::patch in plugins/
restful/ RestfulBase.php - Call resource using the PATCH http method.
- RestfulBase::post in plugins/
restful/ RestfulBase.php - Call resource using the POST http method.
- RestfulBase::put in plugins/
restful/ RestfulBase.php - Call resource using the PUT http method.