showStandalonePage()public function showStandalonePage() {
//...your PHP code...//
}
This allows you to generate a standalone webpage using your module.
No context is provided automatically. You must provide any context yourself in the GET request.
From Zenario 7.0.0 onwards.
No return value is needed.