| @@ -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() { | 
| @@ -87,25 +87,25 @@ | ||
| 87 | 87 | |
| 88 | 88 | //-------------------------- GETTER ----------------------------------------------------------------------------// | 
| 89 | 89 |  		public function getNomBatiment(){ | 
| 90 | - return $this->nom_batiment; | |
| 90 | + return $this->nom_batiment; | |
| 91 | 91 | } | 
| 92 | 92 |  		public function getNomBatimentSql(){ | 
| 93 | - return $this->nom_batiment_sql; | |
| 93 | + return $this->nom_batiment_sql; | |
| 94 | 94 | } | 
| 95 | 95 |  		public function getNiveauBatiment(){ | 
| 96 | - return $this->niveau_batiment; | |
| 96 | + return $this->niveau_batiment; | |
| 97 | 97 | } | 
| 98 | 98 |  		public function getTempsConstruction(){ | 
| 99 | - return $this->temps_construction; | |
| 99 | + return $this->temps_construction; | |
| 100 | 100 | } | 
| 101 | 101 |  		public function getRessourceConstruire(){ | 
| 102 | - return $this->ressource_construire; | |
| 102 | + return $this->ressource_construire; | |
| 103 | 103 | } | 
| 104 | 104 |  		public function getNomBatimentConstruire(){ | 
| 105 | - return $this->nom_batiment_construire; | |
| 105 | + return $this->nom_batiment_construire; | |
| 106 | 106 | } | 
| 107 | 107 |  		public function getNiveauBatimentConstruire(){ | 
| 108 | - return $this->niveau_batiment_construire; | |
| 108 | + return $this->niveau_batiment_construire; | |
| 109 | 109 | } | 
| 110 | 110 | |
| 111 | 111 | /** | 
| @@ -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 | /** | 
| @@ -23,7 +23,7 @@ | ||
| 23 | 23 | return $this->page; | 
| 24 | 24 | } | 
| 25 | 25 |  		public function getModule(){ | 
| 26 | - return $this->module; | |
| 26 | + return $this->module; | |
| 27 | 27 | } | 
| 28 | 28 |  		public function getController() { | 
| 29 | 29 | return $this->controller; |