PHP Class Prado\Util\TParameterModule

TParameterModule enables loading application parameters from external storage other than the application configuration. To load parameters from an XML file, configure the module by setting its {@link setParameterFile ParameterFile} property. Note, the property only accepts a file path in namespace format with file extension being '.xml'. The file format is as follows, which is similar to the parameter portion in an application configuration, In addition, any content enclosed within the module tag is also treated as parameters, e.g., If a parameter is defined both in the external file and within the module tag, the former takes precedence.
Since: 3.0
Author: Qiang Xue ([email protected])
Author: Carl G. Mathisen ([email protected])
Inheritance: extends Prado\TModule
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getParameterFile ( ) : string
init ( $config ) Initializes the module by loading parameters.
setParameterFile ( $value )

Méthodes protégées

Méthode Description
loadParameters ( $config ) Loads parameters into application.

Method Details

getParameterFile() public méthode

public getParameterFile ( ) : string
Résultat string the parameter file path

init() public méthode

Initializes the module by loading parameters.
public init ( $config )

loadParameters() protected méthode

Loads parameters into application.
protected loadParameters ( $config )

setParameterFile() public méthode

public setParameterFile ( $value )