Jet\Factory_Config
Factory for system application configuration.
Method Overview
Method | Meaning of |
---|---|
public static getPropertyDefinitionClassName( string $type ) : string |
Returns the name of the class representing the property/configuration value definition of a certain type. |
public static setPropertyDefinitionClassName( string $type, string $class_name ) : void |
Sets the name of the class representing the property/configuration value definition of a certain type. |
public static setMainConfigDefinitionClassName( string $class_name ) : void |
Sets the name of the class representing the configuration class definition. |
public static getMainConfigDefinitionClassName( ) : string |
Returns the name of the class representing the configuration class definition. |
public static setConfigSectionDefinitionClassName( string $class_name ) : void |
Sets the name of the class representing the class definition of the configuration section. |
public static getConfigSectionDefinitionClassName( ) : string |
Returns the name of the class representing the class definition of the configuration section. |