Community
Participate
Working Groups
When we look at an interface - we dont have the + sign to open it. It should display the relevant methods to be implemented for the interface. example: When adding our own interface - we see it correctly in the file outline <?php interface DataStore_Interface2 { public function select(); public function insert(); public function delete(); } ?>
duplicate with the previous bug *** This bug has been marked as a duplicate of bug 178036 ***
duplicate
Still not displayed for php-functions view.
Fixed in CVS.
fixed