Home
last modified time | relevance | path

Searched refs:callSoapClient (Results 1 – 1 of 1) sorted by relevance

/plugin/mantisreporter/
H A Dsyntax.php254 return $this->callSoapClient('mc_enum_priorities');
264 …$reporters = $this->callSoapClient('mc_project_get_users', array('project_id' => (int) $this->getP…
279 …return $this->callSoapClient('mc_project_get_categories', array('project_id' => (int) $this->getPr…
291 …return $this->callSoapClient('mc_project_get_custom_fields', array('project_id' => (int) $projectI…
339 private function callSoapClient($function, $array = array()) { function in syntax_plugin_mantisreporter
382 $newIssueId = $this->callSoapClient('mc_issue_add', array('issue' => $newIssue));