Jet\Factory_Application

Factory for the application modules subsystem.

Method Overview

Method Meaning of
public static getModuleManifestInstance(
): Application_Module_Manifest
Returns an instance of manifest of module.
public static getModuleManifestClassName(
): string
Returns the class name of the manifest of module.

Default value: Jet\Application_Module_Manifest
public static setModuleManifestClassName(
string $class_name
): void
Sets the class name of the manifest of module.
public static getDefaultModuleHandlerInstance(
): Application_Modules_Handler
Returns an instance of the default handler of modules.
public static getDefaultModuleHandlerInstance(
): string
Returns the class name of the default handler of modules.

Default value: Jet\Application_Modules_Handler_Dedault
public static setDefaultModuleHandlerClassName(
string $class_name
): void
Sets the class name of the default handler of modules.
Previous chapter
Factories
Next chapter
Jet\Factory_DataModel