Enter the following details:
Source
Folder - If necessary, click Browse to change the soruce folder.
Class
location - Select one of the following options:
Create
New File - A new PHP file will be created in which the new class will
be inserted
Add
in existing file - The class will be created in an existing file.
Click Browse to select the file in which it will be created and select
whether it will be created as the 1st PHP Block in the file or as a New
PHP Block at the end of the file.
Class
Name - Enter the name for the class. If you chose the Create New File
option, this will also be the name of the file.
Superclass
- Click Browse to select a Superclass to extend.
Interfaces
- Click Add to select interaces to extend/implement.
Method
stubs - mark the checkboxes of the method stubs to be created (if any)
from the following options: