ControllerInterface
class ControllerInterface
Definition of public informations of a [Controller]. A Controller interface can implement other interfaces and inherits all its elements.
Create a ControllerInterfaces
The ControllerInterface class can be selected in the context menu.
The name is specified in the wizard
Best practice
The name of the interface should be provided with a capitalized prefix such as I or IF.