| Constraint | Supported |
| Generate MyClassA.class.php file | YES |
| Generate the type of visibility for each method | YES |
<?php /** * * Code skeleton generated by dia-uml2php5 plugin * written by KDO kdo@zpmag.com */ class MyClassA { private function operation_private() { } protected function operation_protected() { } public function operation_public() { } } ?>