XenForo
Administrative
- Thread starter
- Admin
- #1
Code:
Read more
ادامه مطلب...
Code:
public function getCategoryListData(\XFRM\Entity\Category $category = null)
{
$categoryRepo = $this->getCategoryRepo();
$categories = $categoryRepo->getViewableCategories();
$categoryTree = $categoryRepo->createCategoryTree($categories);
$categoryExtras = $categoryRepo->getCategoryListExtras($categoryTree);
return [
'categories' => $categories,
'categoryTree' => $categoryTree,
'categoryExtras' =>...
Read more
ادامه مطلب...