Make PlSet data protected
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Fri, 12 Feb 2010 23:11:52 +0000 (00:11 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Fri, 12 Feb 2010 23:11:52 +0000 (00:11 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
classes/plset.php

index 13628c1..baac072 100644 (file)
@@ -26,9 +26,9 @@ abstract class PlSet
 {
     const DEFAULT_MAX_RES = 20;
 
-    private $conds   = null;
-    private $orders  = array();
-    private $limit   = null;
+    protected $conds   = null;
+    protected $orders  = array();
+    protected $limit   = null;
 
     protected $count   = null;