Home
last modified time | relevance | path

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

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/
H A Dxoopstree.php224 $arr = $this->getChildTreeArray($catid, $order);
331 public function getChildTreeArray($sel_id = 0, $order = '', $parray = array(), $r_prefix = '') function in XoopsTree
346 … $parray = $this->getChildTreeArray($row[$this->id], $order, $parray, $row['prefix']);
H A Dxoopstopic.php321 $topic_arr = $xt->getChildTreeArray($this->topic_id, 'topic_title');
H A Dxoopscomments.php169 $tarray = $mytree->getChildTreeArray($this->getVar('comment_id'), 'comment_id');