| 1 | <?php |
||
| 16 | abstract class ManagerAbstract extends CommonAbstract implements ManagerInterface |
||
| 17 | { |
||
| 18 | protected function fetchDefaultParameters() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @return Gpupo\Common\Entity\CollectionAbstract|null |
||
| 26 | */ |
||
| 27 | protected function fetchPrepare($data) |
||
| 33 | |||
| 34 | protected function factoryEntityCollection($data) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @return Gpupo\Common\Entity\CollectionAbstract|null |
||
| 41 | */ |
||
| 42 | public function findById($itemId) |
||
| 50 | |||
| 51 | /** |
||
| 52 | * {@inheritdoc} |
||
| 53 | */ |
||
| 54 | public function update(EntityInterface $entity, EntityInterface $existent) |
||
| 63 | } |
||
| 64 |