コード例 #1
0
ファイル: tree.php プロジェクト: jeprodev/jeproshop
 public function getTreeData()
 {
     if (!isset($this->data)) {
         $this->setData(JeproshopShopModelShop::getShopTree());
     }
     return $this->data;
 }