CategoryTable.php 115 B

12345678910
  1. <?php
  2. class CategoryTable extends BaseCategoryTable
  3. {
  4. public function __toString()
  5. {
  6. return $this->name;
  7. }
  8. }