| 1 | <?php |
||
| 13 | final class DocumentCategory extends Content implements CategoryInterface |
||
| 14 | { |
||
| 15 | use CategoryTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * CategoryTrait > itemType() |
||
| 19 | * |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | public function itemType() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return Collection |
||
| 29 | */ |
||
| 30 | public function loadCategoryItems() |
||
| 34 | } |
||
| 35 |