function clients_setparams in Web Service Clients 6
Same name and namespace in other branches
- 7 clients.module \clients_setparams()
nano API for callback to resources
Parameters
$arg: Array Takes the form array('name1'=>'value1', 'name2'=>'value2')
1 call to clients_setparams()
- clientsQuery::execute in clients/
clients_views/ clientsQuery.inc - Execute a call
File
- ./
clients.module, line 263 - Clients module - handles keys and service connections and provides an API for clients @author Django Beatty - adub
Code
function clients_setparams(&$resource, $arg) {
module_invoke_all('clients_setparams', $resource, $arg);
}