diff options
| author | polo <ordipolo@gmx.fr> | 2022-12-05 04:18:15 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-12-05 04:18:15 +0100 |
| commit | eda2e96c17d8d22cfc2615698efa5c757dbfb0a5 (patch) | |
| tree | 1730dba1dd85ac499cd3eae4dcd6787ac964b3a7 /php/Latex.php | |
| parent | 6b55446d12a5c39d5a4a4584bfabc7507c2f9b74 (diff) | |
| download | AppliGestionPHP-eda2e96c17d8d22cfc2615698efa5c757dbfb0a5.tar.gz AppliGestionPHP-eda2e96c17d8d22cfc2615698efa5c757dbfb0a5.tar.bz2 AppliGestionPHP-eda2e96c17d8d22cfc2615698efa5c757dbfb0a5.zip | |
class Dates + templates latex + bugs
Diffstat (limited to 'php/Latex.php')
| -rw-r--r-- | php/Latex.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php/Latex.php b/php/Latex.php index e8ed763..c3d56af 100644 --- a/php/Latex.php +++ b/php/Latex.php | |||
| @@ -26,7 +26,7 @@ abstract class Latex | |||
| 26 | 26 | ||
| 27 | abstract class PrestaLatex extends Latex | 27 | abstract class PrestaLatex extends Latex |
| 28 | { | 28 | { |
| 29 | public function __construct(string $quoi, , string $codePresta) | 29 | public function __construct(string $quoi, string $codePresta) |
| 30 | { | 30 | { |
| 31 | nameTheFile($quoi, $codePresta); | 31 | nameTheFile($quoi, $codePresta); |
| 32 | } | 32 | } |
| @@ -55,7 +55,7 @@ class EnveloppeVersoLatex extends PrestaLatex | |||
| 55 | 55 | ||
| 56 | abstract class ComptaLatex extends Latex | 56 | abstract class ComptaLatex extends Latex |
| 57 | { | 57 | { |
| 58 | public function __construct(string $quoi, , string $annee, int $numeroMois = 0) | 58 | public function __construct(string $quoi, string $annee, int $numeroMois = 0) |
| 59 | { | 59 | { |
| 60 | nameTheFile($quoi, $annee, $numeroMois); | 60 | nameTheFile($quoi, $annee, $numeroMois); |
| 61 | } | 61 | } |
