@@ -24,7 +24,7 @@ |
||
24 | 24 | |
25 | 25 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
26 | 26 | public static function getValues() { |
27 | - return ["bataille" => self::$values]; |
|
27 | + return ["bataille" => self::$values]; |
|
28 | 28 | } |
29 | 29 | |
30 | 30 | //initilisation of all classes of battle |
@@ -15,7 +15,7 @@ |
||
15 | 15 | |
16 | 16 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
17 | 17 | public function getBatiments(){ |
18 | - return $this->batiments; |
|
18 | + return $this->batiments; |
|
19 | 19 | } |
20 | 20 | |
21 | 21 | /** |
@@ -46,7 +46,7 @@ |
||
46 | 46 | return $this->ressource_construire; |
47 | 47 | } |
48 | 48 | public function getInfoBatiment(){ |
49 | - return $this->info_batiment; |
|
49 | + return $this->info_batiment; |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | public function getNomBatimentConstruction() { |
@@ -76,10 +76,10 @@ discard block |
||
76 | 76 | return $this->message; |
77 | 77 | } |
78 | 78 | public function getDateMessage(){ |
79 | - return $this->date_message; |
|
79 | + return $this->date_message; |
|
80 | 80 | } |
81 | 81 | public function getUrl(){ |
82 | - return $this->url; |
|
82 | + return $this->url; |
|
83 | 83 | } |
84 | 84 | public function getIdExpediteur() { |
85 | 85 | return $this->id_expediteur; |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | return $this->pseudo_receveur; |
95 | 95 | } |
96 | 96 | public function getValues(){ |
97 | - return ["messagerie" => $this->values]; |
|
97 | + return ["messagerie" => $this->values]; |
|
98 | 98 | } |
99 | 99 | |
100 | 100 | /** |