__to_String($dataSource); } public function __to_String(DataSource $dataSource):String{ return "Source de données :" . $dataSource; } }