__construct()

public function __construct(?string $module_name = null)

Description

Constructor for the Trongate Control module. Calls the parent constructor and blocks 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.