<?phpnamespaceApp\Entity;useDoctrine\ORM\MappingasORM;/** * TicketFixDestroy => (Destruction de monnaie papier => modifie le compte de MLC disponible au siège). * * @ORM\Entity() */classTicketFixDestroyextendsTicketFix{/** * @return string */publicfunctiongetType():string{returnparent::TYPE_TICKET_FIX_DESTROY;}publicfunctiongetParenttype():string{returnparent::TYPE_TICKET_FIX_DESTROY;}publicfunctiongetMontantForAction():float{return-$this->getMontant();}}