| 1 | <?php |
||
| 6 | class Unite { |
||
| 7 | |||
| 8 | |||
| 9 | //-------------------------- BUILDER ----------------------------------------------------------------------------// |
||
| 10 | public function __construct() { |
||
| 13 | //-------------------------- END BUILDER ----------------------------------------------------------------------------// |
||
| 14 | |||
| 15 | |||
| 16 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
||
| 17 | public function getInfosUnite($unite, $niveau) { |
||
| 29 | //-------------------------- END GETTER ----------------------------------------------------------------------------// |
||
| 30 | |||
| 31 | |||
| 32 | //-------------------------- SETTER ----------------------------------------------------------------------------// |
||
| 33 | //-------------------------- END SETTER ----------------------------------------------------------------------------// |
||
| 34 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.