You are here

function clientsQuery::set_method in Web Service Clients 7

Same name and namespace in other branches
  1. 6 clients/clients_views/clientsQuery.inc \clientsQuery::set_method()

File

clients/clients_views/clientsQuery.inc, line 39
Using devseed extendr module as a base... http://devseed.svn.cvsdude.com/sandbox/drupal-6/extendr/

Class

clientsQuery
For now this is an extension of the views_query, I'm not sure if it should remain so.

Code

function set_method($m, $a) {
  $this->method = $m;
  $this->args += $a;
}