| Constraint | Supported |
| Generate MyClassA.class.php file | YES |
| Attributes are prefixed '$' (PHP) | YES |
| Generate visibility type for each attribute | YES |
<?php /** * * Code skeleton generated by dia-uml2php5 plugin * written by KDO kdo@zpmag.com */ class MyClassA { private $attrib_private; protected $attrib_protected; public $attrib_public; } ?>