Example #1
0
 /**
  * Get category info
  *
  * @param      int $cId Category ID
  * @return     mixed category info
  */
 public function category($cId)
 {
     $warehouse = new Warehouse();
     $cInfo = $warehouse->getCollectionInfo($cId, true);
     return $cInfo;
 }