@@ -31,10 +31,10 @@ |
||
| 31 | 31 | |
| 32 | 32 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
| 33 | 33 | public function getController(){ |
| 34 | - return $this->controller; |
|
| 34 | + return $this->controller; |
|
| 35 | 35 | } |
| 36 | 36 | public function getErreur(){ |
| 37 | - return $this->erreur; |
|
| 37 | + return $this->erreur; |
|
| 38 | 38 | } |
| 39 | 39 | |
| 40 | 40 | /** |
@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | |
| 19 | 19 | $this->page = $page; |
| 20 | 20 | |
| 21 | - if (($this->getTestCoreController() === false) && ($this->getTestModuleController() === false)) { |
|
| 21 | + if (($this->getTestCoreController() === false) && ($this->getTestModuleController() === false)) { |
|
| 22 | 22 | $this->controller = $this->part."/".$this->page.".php"; |
| 23 | 23 | } |
| 24 | 24 | |
@@ -30,10 +30,10 @@ discard block |
||
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
| 33 | - public function getController(){ |
|
| 33 | + public function getController() { |
|
| 34 | 34 | return $this->controller; |
| 35 | 35 | } |
| 36 | - public function getErreur(){ |
|
| 36 | + public function getErreur() { |
|
| 37 | 37 | return $this->erreur; |
| 38 | 38 | } |
| 39 | 39 | |
@@ -30,10 +30,10 @@ |
||
| 30 | 30 | |
| 31 | 31 | |
| 32 | 32 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
| 33 | - public function getController(){ |
|
| 33 | + public function getController() { |
|
| 34 | 34 | return $this->controller; |
| 35 | 35 | } |
| 36 | - public function getErreur(){ |
|
| 36 | + public function getErreur() { |
|
| 37 | 37 | return $this->erreur; |
| 38 | 38 | } |
| 39 | 39 | |