Reputation: 2847
PhpStorm has a feature to create UML diagrams based on existing classes
But I need to create and save my own diagrams, that will have objects for not existing classes. For example, I need to create a database diagram and a UML diagram for some classes of new feature.
Can I do it via phpstorm?
Upvotes: 6
Views: 7592
Reputation: 66
If it is still of your interest, you can use an extension like this to write your custom UMLs. You can find the documentation here
Upvotes: 0
Reputation: 347
No, going by the Documentation Jetbrains Confluence on UML Diagrams in Phpstorm and this post phpstorm only allows you to create different UML diagram views of your code base, the only model is your code base itself. Thus you cannot have classes just in a diagram.
Upvotes: 1