Book a Demo

Author Topic: PHP Code generation  (Read 3490 times)

chrisg

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
PHP Code generation
« on: June 19, 2009, 07:32:31 pm »
Hi  I generate source code from EA to PHP and use Eclipse as editor. On reverse engineering, EA destruct the return parameter of a method and use var.

Helpfile -> "Methods returning a reference are generated by setting the Return Type to var*

In Eclipse, a function comment "@return Name_Of_Type" (javadoc comment) allow an IntelliSense function. If the reverse engineering engine use this comment instead of the simple "var" keeps the return parameter in the UML Model!

Or is there a workaround/misunderstanding ?

LastDragon

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile