| 1 | <?php |
||
| 7 | class MissionGameCondition extends AbstractMapper |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * refresh : supprimer une entite missionGameCondition |
||
| 11 | * @param PlaygroundGame\Entity\MissionGameCondition $entity missionGameCondition |
||
| 12 | * |
||
| 13 | */ |
||
| 14 | public function refresh($entity) |
||
| 18 | |||
| 19 | /** |
||
| 20 | * getEntityRepository : recupere l'entite missionGameCondition |
||
| 21 | * |
||
| 22 | * @return \Doctrine\ORM\EntityRepository $missionGameCondition |
||
| 23 | */ |
||
| 24 | public function getEntityRepository() |
||
| 32 | } |
||
| 33 |