| Constraint | Supported |
| Generate MyClassA.class.php file | YES |
| Generate class visibility for each static member | YES |
| Attributs are prefixed '$' (PHP) | YES |
| Generate error if access to a member is not 'public' ? | ??? |
<?php /** * * Code skeleton generated by dia-uml2php5 plugin * written by KDO kdo@zpmag.com */ class MyClassA { public static $Pi = 3.1415926; public static function invPi() { } } ?>