public function RestfulBase::remove in RESTful 7
3 methods override RestfulBase::remove()
- RestfulDataProviderDbQuery::remove in plugins/
restful/ RestfulDataProviderDbQuery.php - Remove the item from the data source.
- RestfulDataProviderEFQ::remove in plugins/
restful/ RestfulDataProviderEFQ.php - Remove the item from the data source.
- RestfulDataProviderVariable::remove in plugins/
restful/ RestfulDataProviderVariable.php - Remove the item from the data source.
File
- plugins/
restful/ RestfulBase.php, line 1703 - Contains RestfulBase.
Class
- RestfulBase
- Class \RestfulBase
Code
public function remove($id) {
$this
->notImplementedCrudOperation(__FUNCTION__);
}