Example #1
0
 public static function getCategories($filter = null, $search = null, $arrSort = null, $arrAttributes = null, $limit = null, $offset = null)
 {
     $objCategory = new Category();
     $objCategory->loadCategories($filter, $search, $arrSort, $arrAttributes, $limit, $offset);
     return $objCategory;
 }