Réponse
public function __toString(){
return $this->name;
}
Colonne
Question
Si j'utilise un EntityClass pour typer un champ de formulaire (ex : Category name), quelle modification ajouter dans l'entité ?
Thématique