diff options
author | polo <ordipolo@gmx.fr> | 2022-11-27 02:34:34 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-11-27 02:34:34 +0100 |
commit | a2fdd37ffb5a3cc80b6fedb332024057553148f8 (patch) | |
tree | cb28a5ddb1a2dd520ba1c2e41dfea942b15dc17e /php/ZenityClasses.php | |
parent | efe371fd6e883dde99ca6d90a7aae99eb4aeadea (diff) | |
download | AppliGestionPHP-a2fdd37ffb5a3cc80b6fedb332024057553148f8.zip |
connexion BDD orientée objet
Diffstat (limited to 'php/ZenityClasses.php')
-rw-r--r-- | php/ZenityClasses.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/php/ZenityClasses.php b/php/ZenityClasses.php index c286d14..7965012 100644 --- a/php/ZenityClasses.php +++ b/php/ZenityClasses.php | |||
@@ -13,7 +13,6 @@ abstract class Zenity_cmd | |||
13 | protected $width = 300; | 13 | protected $width = 300; |
14 | protected $height = 200; // recalculée en fonction du contenu, vaut au minimum 150 | 14 | protected $height = 200; // recalculée en fonction du contenu, vaut au minimum 150 |
15 | 15 | ||
16 | |||
17 | protected function __construct($text, array $rows = []) // $rows est optionnel | 16 | protected function __construct($text, array $rows = []) // $rows est optionnel |
18 | { | 17 | { |
19 | $this->text = $text; | 18 | $this->text = $text; |