コード例 #1
0
ファイル: CategoryArray.php プロジェクト: rmaiwald/core
 public function buildRelativePaths($rootCategory, $includeRoot = false)
 {
     CategoryUtil::buildRelativePaths($rootCategory, $this->_objData, $includeRoot);
 }