CodeDoc/Data/Class.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 01:50:41 +0000 (09:50 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 01:50:41 +0000 (09:50 +0800)
CodeDoc/Data/Class.php

index 59456fb..d8bd53e 100644 (file)
@@ -99,8 +99,8 @@ class PHP_CodeDoc_Data_Class {
         foreach($ar as $op) {
             $c = $cname = $op->name;
             if ($c == '__construct') {
-                print_R($op);exit;
                 $cname = 'new ' . $op->{'class'};
+                $c = 'new';
             }
             $ret['items'][] = array(
                 '|xns' => 'Roo.bootstrap',