CheckController
Class Controller
- Full name:
\Zemit\Modules\Frontend\Controllers\CheckController
- Parent class:
\Zemit\Modules\Frontend\Controllers\AbstractController
Properties
versionList
public array $versionList
phpExtensionList
public array $phpExtensionList
serviceList
public string[] $serviceList
Methods
getVersionList
public getVersionList(): array|string[]
getPhpExtensionList
public getPhpExtensionList(): array|string[]
getServiceList
public getServiceList(): array|string[]
pingAction
Return the pong response to a ping request
public pingAction(): string
requirementsAction
Compatibility and requirements checks
public requirementsAction(): mixed
phpinfoAction
public phpinfoAction(): void
extensionsAction
public extensionsAction(): void
cacheAction
public cacheAction(): void
Inherited methods
initialize
public initialize(): mixed