Jet\Config_Definition_Config
The class represents the definition of the configuration class.
Method | Meaning |
---|---|
public __construct( string $class_name = '' ) | Creates an instance of the definition according to the class name. |
public getClassName( ): string | Returns the name of the class to which the definition belongs. |
public getName( ): string | Returns the name of the configuration as defined by the 'name' attribute. |
public getPropertiesDefinition( ): Config_Definition_Property[] | Returns the property/configuration value definitions. |