static operations not showing in php code generator (#103)
I created a operation(method) as static in a class and created a PHP class using generator.The resulting code was:
public function Methodname ()
{
}
But it should be
public static function Methodname ()
{
}
Created
18 September 2012 8:25:25
Closed
30 September 2012 10:51:04
Requested by
Anantha
State
Solved
Version
5.50.4642.29214
OperatingSystem
Windows
Solved in
Unsolved