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
TrackedRequestComment
Your Name:
You can use these formatting tags: [b]bold[/b] [i]italic[/i] [u]underline[/u] [url]www.example.com[/url] [code]some code[/code] [quote]quoted text[/quote] [list]one list item per line[/list]