battle = $battle; } /** * @inheritDoc */ public function toMarkdownString(): string { return " - Valeur : **{$this->battle->value} €** - Lien : **{$this->battle->getUrl()}** "; } /** * @inheritDoc */ public function toString(): string { return " - Valeur : {$this->battle->value} € - Lien : {$this->battle->getUrl()} "; } }