X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplimage.php;h=05786650955022c3e563b7b83d011f404a66b843;hb=4c603b95edc398a28dd8ea01d756ca14f01f95e5;hp=c4b3e05056bd3d342d69d47d50cb1d08c3346864;hpb=2ab75571bf840471fa9559292b75852bfce004d3;p=platal.git diff --git a/classes/plimage.php b/classes/plimage.php index c4b3e05..0578665 100644 --- a/classes/plimage.php +++ b/classes/plimage.php @@ -20,14 +20,14 @@ ***************************************************************************/ class PlImage { - private $mime = null; - private $x = null; - private $y = null; + protected $mime = null; + protected $x = null; + protected $y = null; - private $data = null; - private $file = null; + protected $data = null; + protected $file = null; - private function __construct() + protected function __construct() { }