| 1 | <?php |
||
| 23 | class Categories extends AbstractRepository |
||
| 24 | { |
||
| 25 | |||
| 26 | public function findOneBy(array $criteria) |
||
| 32 | |||
| 33 | public function findBy(array $criteria, array $sort = null, $limit = null, $skip = null) |
||
| 39 | |||
| 40 | /** |
||
| 41 | * Creates and stores the default category hirarchy for the given value. |
||
| 42 | * |
||
| 43 | * @param array|string $value |
||
| 44 | * |
||
| 45 | * @return null|\Jobs\Entity\Category |
||
| 46 | */ |
||
| 47 | public function createDefaultCategory($value) |
||
| 65 | } |