Ejemplo n.º 1
0
 public function getTreeData()
 {
     if (!isset($this->data)) {
         $this->setData(JeproshopShopModelShop::getShopTree());
     }
     return $this->data;
 }