Requirements
There are little requirements which should be met to get the PHP Source Plugin working in your Eclipse PDT copy:
- Eclipse 3.4 (Ganymede) programing environment or higher
- PDT 2.0 Plugin or higher
- Internet connection :-)
Features
The main features added in 1.0.0 (current) version:
- Possibility to handle multiple PHP classes in one source file
- Additional generated methods sort mode (first setters, then getters)
- Improved main menu access - only when a suitable PHP editor is available
The main features added in 0.9.0 version:
- Possibility to display only attributes with selected access modifier
- PHP class presence enforcement
- Improved system communicates
- Improved generated code indentation
Features included in 0.8.0 version:
- Possibility to choose which methods to generate (only getters, only setters, both getters and setters or only for chosen attributes)
- Generated code insertion point selection
- Generated methods sort order selection
- Methods access modifier selection
- Possibility to automatically provide methods' comments stub
Screenshots
Eclipse workspace - The PHP Source functions can be accessed via the top Eclipse menu

Option choosing - "Generate Getters and Setters" window provides the well known functionality of Java access method generation

Generation window options - A variety of options allowing to adjust generated source code to your expectations

Generated source code - The result of chosen method generation can be seen in the PHP editor


