-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Define an abstract record structure #23
Comments
I added a milestone to see how that works too. Would the DOMDocument fill our needs as it's a tree with attributes. |
Thanks, certainly makes sense to track this a as dedicated ticket.
I'd rather not introduce that dependency. I'll see what I can come up with. |
I understand your hesitation for dependencies. But the other side is writing your own code. Is https://github.com/nicmart/Tree useful? |
There exists http://www.php.net/manual/en/class.recursiveiterator.php which helps some I guess. |
I'm not sure I get the motivation for this change, perhaps you can elaborate? What kind of information does this "record structure" hold that can not be seen by plain reflection? I understand that exports to other formats could be nice, but I'm unsure if this worth the hassle tbh. |
Not sure now :( ... won't fix? |
Alright, let's close this one until we find a good reason to reopen :-) |
I think it would be nice to allow not only graphviz to use our UML data.
The transformation of our labels into #5 HTML like text is a post processing phase. Only needed for the dot language.
Other tools like thejit, d3js or graph_phyz allow for other table-like structures.
The text was updated successfully, but these errors were encountered: