formView() public method
Returns the view file for the input form of the generator.
The default implementation will return the "form.php" file under the directory that contains the generator class file.
| public string formView ( ) | ||
|---|---|---|
| return | string |
The view file for the input form of the generator. |
Please login to continue.