IndexController
Base MVC controller for PhalconKit applications.
The class keeps Phalcon's native controller behavior and adds typed injectable properties used throughout the framework. Application controllers can extend it when they want direct access to the PhalconKit DI helper surface without re-declaring those service properties.
- Full name:
\PhalconKit\Modules\Admin\Controllers\IndexController - Parent class:
\PhalconKit\Modules\Admin\Controllers\AbstractController
Methods
indexAction
public indexAction(): void
Inherited methods
initialize
public initialize(): void