| 1 | <?php |
||
| 13 | class UserDefinedForm extends Page |
||
| 14 | { |
||
| 15 | use UserForm; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @var string |
||
| 19 | */ |
||
| 20 | private static $icon = 'userforms/client/dist/images/sitetree_icon.png'; |
||
|
|
|||
| 21 | |||
| 22 | /** |
||
| 23 | * @var string |
||
| 24 | */ |
||
| 25 | private static $description = 'Adds a customizable form.'; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var string |
||
| 29 | */ |
||
| 30 | private static $table_name = 'UserDefinedForm'; |
||
| 31 | |||
| 32 | public function getControllerName() |
||
| 36 | } |
||
| 37 |
This check marks private properties in classes that are never used. Those properties can be removed.