JavaScript Editor Javascript validator     Web page editor 



Conversion rules

Conversion rules -- How do PHP elements map to UML?

Logical view

Packages do not exist in PHP, like they do in Java. There are two possible ways to mimic them:

In the latter case, PHP_UML understands the double-colon :: as the package delimiter. This works in conjunction with the PHP namespacing instructions (namespace and use).

Deployment view

Component view

In UML 1.4:

In UML 2.1:




JavaScript Editor Javascript validator     Web page editor