Overview
Comment: | Référencer le bon namespace |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | dev |
Files: | files | file ages | folders |
SHA1: |
98ab6988f446abb4ba68ceec4ffebba7 |
User & Date: | bohwaz on 2020-01-29 15:31:33 |
Other Links: | branch diff | manifest | tags |
Context
2020-01-29
| ||
15:32 | Mise à jour du modèle, passer de journal à mouvements check-in: bde8f826e8 user: bohwaz tags: dev | |
15:31 | Référencer le bon namespace check-in: 98ab6988f4 user: bohwaz tags: dev | |
15:31 | Corriger signatures et types check-in: 2fef62cf72 user: bohwaz tags: dev | |
Changes
Modified src/include/lib/Garradin/Entity.php from [e94008659f] to [c7993d892d].
1 2 3 4 5 | <?php namespace Garradin; use KD2\Form; | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | <?php namespace Garradin; use KD2\Form; use KD2\DB\AbstractEntity; class Entity extends AbstractEntity { /** * Valider les champs avant enregistrement * @throws ValidationException Si une erreur de validation survient */ |
︙ | ︙ |