X-Git-Url: http://git.roojs.org/?p=PHP_CodeDoc;a=blobdiff_plain;f=CodeDoc%2FData%2FClass.php;h=07545af077a86425d4f79b45614868c84d46e8ba;hp=93b7c153dd2d5fa8c75adb0039dbd1fc2996c2c0;hb=d54331c14981fafad5b814dcdf849957e9c6cc56;hpb=6411ad656d339a29846af3ef1027f6e6b9e7ca86 diff --git a/CodeDoc/Data/Class.php b/CodeDoc/Data/Class.php index 93b7c15..07545af 100644 --- a/CodeDoc/Data/Class.php +++ b/CodeDoc/Data/Class.php @@ -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