| 1 | <?php |
||
| 13 | class AdminForm extends Form |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @throws \PSFS\base\exception\RouterException |
||
| 18 | */ |
||
| 19 | 1 | public function __construct() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * Method that returns the form's title |
||
| 47 | * @return string |
||
| 48 | */ |
||
| 49 | public function getTitle() |
||
| 53 | |||
| 54 | /** |
||
| 55 | * Method that returns the form's name |
||
| 56 | * @return string |
||
| 57 | */ |
||
| 58 | 1 | public function getName() |
|
| 62 | |||
| 63 | } |
||
| 64 |