You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I like the php plantuml writer. Works better than I expected.
One thing I did notice is how it worked on traits that were introduced in PHP 5.4. They do show up as regular classes with no dependencies. It would be nice to see what classes use what traits (or traits using other traits).
The text was updated successfully, but these errors were encountered:
I think the multiple inheritance with a << trait >> marker (or something similar) is the simplest solution, but it is indeed interesting to think how it should be shown. I'm not sure how you would display the insteadof operator thing (besides renames, it can also change it's accessibility)
First of all, I like the php plantuml writer. Works better than I expected.
One thing I did notice is how it worked on traits that were introduced in PHP 5.4. They do show up as regular classes with no dependencies. It would be nice to see what classes use what traits (or traits using other traits).
The text was updated successfully, but these errors were encountered: