KataoSupplierProductCategory.php 213 B

123456789101112
  1. <?php
  2. /**
  3. * Subclass for representing a row from the 'katao_supplier_product_category' table.
  4. *
  5. *
  6. *
  7. * @package lib.model
  8. */
  9. class KataoSupplierProductCategory extends BaseKataoSupplierProductCategory
  10. {
  11. }