PHP Interface (#22)

When generating source in PHP, Interfaces are created as classes instead of interfaces. Also, any implementations by classes are not created in source.

Created
6 March 2012 23:42:40
Closed
11 March 2012 15:52:04
Requested by
Tyler
State
Solved
Version
5.05.4448.42760
OperatingSystem
Windows XP Professional SP3
Solved in
5.06

Tyler 11 March 2012 17:28:59

Problem partially still exists in 5.06.4453.41892. Realization now properly creates "implements " after class declaration, but the interface itself is still created as a class.

When creating an interface, it should show up as:

interface

Currently shows as:

class

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]