summaryrefslogtreecommitdiff
path: root/php/ZenityClasses.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2022-11-27 02:34:34 +0100
committerpolo <ordipolo@gmx.fr>2022-11-27 02:34:34 +0100
commita2fdd37ffb5a3cc80b6fedb332024057553148f8 (patch)
treecb28a5ddb1a2dd520ba1c2e41dfea942b15dc17e /php/ZenityClasses.php
parentefe371fd6e883dde99ca6d90a7aae99eb4aeadea (diff)
downloadAppliGestionPHP-a2fdd37ffb5a3cc80b6fedb332024057553148f8.zip
connexion BDD orientée objet
Diffstat (limited to 'php/ZenityClasses.php')
-rw-r--r--php/ZenityClasses.php1
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;