Esempio n. 1
0
 public static function getAllCategoriesList()
 {
     $root_category = new CatalogCategory();
     $root_category->id = 0;
     return $root_category->getAllChildsList(0);
 }