public function RestfulBase::view in RESTful 7
1 call to RestfulBase::view()
- RestfulBase::viewMultiple in plugins/
restful/ RestfulBase.php
4 methods override RestfulBase::view()
- RestfulDataProviderCToolsPlugins::view in plugins/
restful/ RestfulDataProviderCToolsPlugins.php - @todo: We should generalize this, as it's repeated often.
- RestfulDataProviderDbQuery::view in plugins/
restful/ RestfulDataProviderDbQuery.php - View an item from the data source.
- RestfulDataProviderEFQ::view in plugins/
restful/ RestfulDataProviderEFQ.php - View an item from the data source.
- RestfulDataProviderVariable::view in plugins/
restful/ RestfulDataProviderVariable.php - View a variable or multiple variables.
File
- plugins/
restful/ RestfulBase.php, line 1671 - Contains RestfulBase.
Class
- RestfulBase
- Class \RestfulBase
Code
public function view($id) {
$this
->notImplementedCrudOperation(__FUNCTION__);
}