Home
last modified time | relevance | path

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

/plugin/pycode/
H A Dmethod.php454 * @param (arr) $tree_old the name of a class and its methods, defined in
491 public function _get_tree_dif ($raw_url, $loc_url, $tree_new, $tree_old) { argument
492 $name = $tree_old[0][1]; // name class
493 $tree = new ArrayObject($tree_old);
497 foreach ($tree_old as $key) {
527 unset($tree_old[$key]);
539 unset($tree_old[$key]);
543 foreach ($tree_old as $key => $val) {