protected property ServicesClientConnectionRestServer::$rest_actions in Services Client 7.2
Same name and namespace in other branches
- 7 services_client_connection/plugins/ServicesClientConnectionRestServer.inc \ServicesClientConnectionRestServer::rest_actions
Specify REST actions
File
- services_client_connection/
plugins/ ServicesClientConnectionRestServer.inc, line 27
Class
Code
protected $rest_actions = array(
'retrieve' => 'GET',
'update' => 'PUT',
'create' => 'POST',
'delete' => 'DELETE',
);