Posted by Thierry B. on 01/21/06 14:20
Hi,
I am currently testing ArgoUML to design classes. I have now a fair
overall view of the tool, and I am very pleased to discover that you can
modify your project and generate PHP files again without overriding the
code you added manually, as long as you leave the special tags ArgoUML
added in classes and did not added code inside them, a very nice feature !
I have however something I can't resolve. I did not found how to declare
methods by references. I found how to declare parameters by reference so
that the generated code look like this ;
function myFunction(& $myvar) {}
but did not succeeded to generate code like this :
function & myFunction() {}
--
Thierry Bothorel
[Back to original message]
|