X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fincludes%2Fplc_objects.php;fp=planetlab%2Fincludes%2Fplc_objects.php;h=de085e987d4747cfe3478e07c430daf2c09b2512;hb=d9fa11507938cca59756e611b1d896b129295e61;hp=d726d5fbce242c256b025738d1db1226ff796076;hpb=f0fda226610166bcb313f6d1c6a963d9b9e1f94c;p=plewww.git diff --git a/planetlab/includes/plc_objects.php b/planetlab/includes/plc_objects.php index d726d5f..de085e9 100644 --- a/planetlab/includes/plc_objects.php +++ b/planetlab/includes/plc_objects.php @@ -379,22 +379,4 @@ class Site extends PlcObject { } } -/* class Blue extends PlcObject - { - var $val; - function Blue($arg) - { - $this->val = $arg; - } - } - - $cl = PlcObject::constructList('Blue', array('this', 'is', 'a', 'test')); - echo sizeof($cl) . "\n"; - foreach ($cl as $obj) - { - echo get_class( $obj) . "\n"; - echo $obj->val . "\n"; - }*/ - - ?>