[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Jonathan Riddell jri at jriddell.org
Sun Oct 26 05:12:07 UTC 2003


CVS commit by jriddell: 

Some improvements to PHP code generator from Fjey fjey-AT-email.cz
- strictly uses tabs for indenting
- better (more common) comments formating
- adds @access, @abstract, @static for member variables and/or functions
- adds types for @param and @return (@param <type>, @return <type>); unfortunatelly umbrello does not support comments for function return
+value, that's why only type for @return is provided
- some other minor (not important) changes.

Change by me:
- Use $this->attname  to access attributes, otherwise it's not accessing the clas attribute


  M +71 -38    phpwriter.cpp   1.12







More information about the umbrello-devel mailing list