Home
last modified time | relevance | path

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

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php186 …$result = in_array('dependencies', $extras) ? $this->fetchDependencies( $response['bugs'] ) : $res…
242 return in_array('dependencies', $extras) ? $this->fetchDependencies( $result ) : $result;
288 protected function fetchDependencies( &$bugs ) { function in helper_plugin_bugzillaint_bugzillaclient