コード例 #1
0
ファイル: tree.php プロジェクト: jeprodev/jeproshop
 public function getData()
 {
     if (!isset($this->data)) {
         $this->setTreeData(JeproshopCategoryModelCategory::getNestedCategories($this->getRootCategory(), $this->getLang(), false, null, $this->useShopRestriction()));
     }
     return $this->data;
 }