public function TripalWebService::setParams
3.x TripalWebService.inc | public TripalWebService::setParams($params) |
Sets the parameters for the resource.
Parameters
$params: The set of paramters provided to the sesrvice. These are the values that would occur in a URL after the question mark in an HTTP GET or the data items of an HTTP POST.
File
- tripal_ws/
includes/ TripalWebService.inc, line 141
Class
Code
public function setParams($params) {
$this->params = $params;
}