コード例 #1
0
ファイル: Categories.php プロジェクト: awme/stocket
 public function listCategories()
 {
     return $this->fillExtraData(ShopCategory::enabledAndVisible()->with('products')->getNested(), $this->controller->pageUrl($this->categoryPage, false));
 }