CodeDoc/Data/Class.php
[PHP_CodeDoc] / CodeDoc / Data / Class.php
index 93b7c15..07545af 100644 (file)
@@ -77,10 +77,24 @@ class PHP_CodeDoc_Data_Class {
         foreach($this->Attributes as $op) {
          //   $ret[$this->name . '.'.$op->name] = $op->toJS();
         }
-        $ret[ $this->name] = $cats;
+        $ret[ $this->name] = array();
+        foreach($cats as $k=>$v ) {
+            $ret[ $this->name][$k] = $this->catsToJs($v);
+        }
+        
+    
         return $ret;
     }
     
+    function catsToJs($ar)
+    {
+        
+        
+        
+        
+    }
+    
+    
 
 }
 ?>
\ No newline at end of file