ControllerCommonFooter
extends Controller
in package
ControllerCommonFooter
This controller acts as a module to be called from another controller.
Table of Contents
Methods
Methods
__get()
A magic method for referring to objects.
public
__get(string $property) : object
Made for more convenient access to objects from the controller, as well as for more convenient replacement of objects, if necessary, so that you do not have to change all calls to objects in the entire code.
Parameters
- $property : string
Return values
objectindex()
Returns HTML with data.
public
index([array<string|int, mixed> $data = [] ]) : void
Parameters
- $data : array<string|int, mixed> = []