Yury Fedorov
Yury Fedorov

Reputation: 14938

Create UML diagrams with usages in PhpStorm 2016.3

The following diagram shows the basic inheritance structure:

enter image description here

It happens that ArrayOnlyUrlMaker has instance variables of some other types, and I would like to add these relations to the diagram, so that it will be obvious that ArrayOnlyUrlMaker uses some other classes called ConfigFetcher and QueryStringBuilder. Also, there probably should be an option to provide a depth parameter to stop looking for inner usages after a certain level.

Is that possible with PhpStorm to display a "uses" relation in addition to "extends" or "implements"?

Upvotes: 3

Views: 639

Answers (1)

Basil Musa
Basil Musa

Reputation: 8738

I wish they had this feature, but unfortunately, they don't. The best tool so far to do the job would be Sparx Enterprise Architect (Commercial) or PHUML.

Upvotes: 1

Related Questions