Home
last modified time | relevance | path

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

/plugin/bugzillaint/action/
H A Dfetch.php75 …$tree = $bugzillaClient->getBugDependencyTrees( $i['id'], $i['depth'], explode(',', $i['extras']) …
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php36 public function getBugDependencyTrees( $ids, $depth, $extras ) { function in helper_plugin_bugzillaint_bugzillaclient