public function RestfulInterface::access in RESTful 7
Determine if user can access the handler.
Return value
bool TRUE if the current request has access to the requested resource. FALSE otherwise.
1 method overrides RestfulInterface::access()
- RestfulBase::access in plugins/
restful/ RestfulBase.php - Determine if user can access the handler.
File
- plugins/
restful/ RestfulInterface.php, line 132 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
public function access();