| Constraint | Supported |
| Generate MyClassA.class.php file | YES |
| Generate list of attributes | YES |
| Generate list of methods | YES |
<?php /** * * Code skeleton generated by dia-uml2php5 plugin * written by KDO kdo@zpmag.com */ class MyClassA { public $myVar = 'Hello World!'; public function sayHello() { } } ?>