Свойство | Type | Description | |
---|---|---|---|
IsBuildTime | bool |
Свойство | Type | Description | |
---|---|---|---|
Configuration | System | ||
GetPathsNoLoad | |||
IsValidInCurrentScope | bool | ||
LoadDefault | void |
Méthode | Description | |
---|---|---|
Load ( PHP.Core.ApplicationContext appContext ) : void |
Loads configuration and returns configuration record.
|
|
Reload ( PHP.Core.ApplicationContext appContext, bool reloadFromFile ) : void |
Drops the configuration associated with the current thread and loads a new one. Doesn't reload XML data from file (cached configuration records are reused). The libraries listed in the The current thread may have been reused to serve a different request with different configuration context. Therefore, the configuration associated with the thread needs to be dropped and a new one to be loaded. |
Méthode | Description | |
---|---|---|
Configuration ( PHP.Core.GlobalConfiguration global, PHP.Core.LocalConfiguration defaultLocal ) : System | ||
GetPathsNoLoad ( ) : |
We need the paths during configuration load (e.g. in dynamic wrapper generator).
|
|
IsValidInCurrentScope ( |
Returns whether specified node's scope corresponds to the scope defined by IsBuildTime.
|
|
LoadDefault ( ) : void |
Loads configuration using default ApplicationContext.
|
public static Load ( PHP.Core.ApplicationContext appContext ) : void | ||
appContext | PHP.Core.ApplicationContext | |
Résultat | void |
public static Reload ( PHP.Core.ApplicationContext appContext, bool reloadFromFile ) : void | ||
appContext | PHP.Core.ApplicationContext | |
reloadFromFile | bool | |
Résultat | void |