Skip to Content
Entities (Doctrine)

Entities (Doctrine)

Usage of traits

In order to limit the number of getter/setter and to have a more readable code, we use Traits for add common properties and methods to our entities.

Traits available in src/Entity/CommonProperties

Last updated on