__construct()

public function __construct(?string $module_name = null)

Description

Constructor for the Login module. Calls the parent constructor and prevents direct URL access to the module.

Parameters

ParameterTypeDescriptionDefaultRequired
module_namestring|nullThe module name (passed by framework).nullNo

Return Value

TypeDescription
voidConstructor does not return a value.