This package is an application that can be used to generate the code of classes from UML diagrams exported to files in OMG (Object Management Group) XMI standard format by CASE tools like Rational Rose, Umbrello, Poseidon, MagicDraw UML, ArgoUML, Oracle JDeveloper, etc.
This application opens a GUI using PHP-Gtk from which the user can specify a XMI file with the class definitions to be processed.
The application provides several options that determine details of the generated PHP classes code.
It can generate code that is compatible with PHP 4 or is optimized for PHP 5. It may also generate constructor and destructor functions and well setter and getter functions for the class variables. |