Home
last modified time | relevance | path

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

/plugin/bugzillaint/helper/
H A Dbugzillaclient.php38 …return $this->getDependenciesRecursive( $f_ids, $depth == -1 ? $this->getConf('tree_depth') : $dep…
40 private function getDependenciesRecursive( $ids, $depth, $extras ) { function in helper_plugin_bugzillaint_bugzillaclient
49 $bug['depends_on'] = $this->getDependenciesRecursive( $bug['depends_on'], $depth--, $extras );