| 1 | <?php |
||
| 5 | class GenerationRapport { |
||
| 6 | |||
| 7 | |||
| 8 | //-------------------------- BUILDER ----------------------------------------------------------------------------// |
||
| 9 | public function __construct() { |
||
| 12 | //-------------------------- END BUILDER ----------------------------------------------------------------------------// |
||
| 13 | |||
| 14 | |||
| 15 | //-------------------------- GETTER ----------------------------------------------------------------------------// |
||
| 16 | //-------------------------- END GETTER ----------------------------------------------------------------------------// |
||
| 17 | |||
| 18 | |||
| 19 | //-------------------------- SETTER ----------------------------------------------------------------------------// |
||
| 20 | public function setGenererRapport($titre, $infos, $type) { |
||
| 23 | //-------------------------- END SETTER ----------------------------------------------------------------------------// |
||
| 24 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.