From a2fdd37ffb5a3cc80b6fedb332024057553148f8 Mon Sep 17 00:00:00 2001 From: polo Date: Sun, 27 Nov 2022 02:34:34 +0100 Subject: =?UTF-8?q?connexion=20BDD=20orient=C3=A9e=20objet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/ZenityClasses.php | 1 - 1 file changed, 1 deletion(-) (limited to 'php/ZenityClasses.php') 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 protected $width = 300; protected $height = 200; // recalculée en fonction du contenu, vaut au minimum 150 - protected function __construct($text, array $rows = []) // $rows est optionnel { $this->text = $text; -- cgit v1.2.3