C# Class Net.XpFramework.Runner.EnvironmentConfigSource

Inheritance: XpConfigSource
Afficher le fichier Open project: xp-framework/xp-runners

Méthodes publiques

Méthode Description
GetArgs ( string runtime ) : IEnumerable>.Dictionary

Returns the PHP runtime arguments to be used from this config source based on the given runtime version, overwriting the defaults.

GetExecutable ( string runtime ) : string

Returns the PHP executable to be used from this config source based on the given runtime version, using the default otherwise.

GetExtensions ( string runtime ) : IEnumerable

Returns the PHP extensions to be loaded from this config source based on the given runtime version and the defaults.

GetRuntime ( ) : string

Returns the runtime to be used from this config source

GetUse ( ) : IEnumerable

Returns the use_xp setting derived from this config source

ToString ( ) : string

Returns a string representation of this config source

Valid ( ) : bool

Returns whether this config source is valid

Method Details

GetArgs() public méthode

Returns the PHP runtime arguments to be used from this config source based on the given runtime version, overwriting the defaults.
public GetArgs ( string runtime ) : IEnumerable>.Dictionary
runtime string
Résultat IEnumerable>.Dictionary

GetExecutable() public méthode

Returns the PHP executable to be used from this config source based on the given runtime version, using the default otherwise.
public GetExecutable ( string runtime ) : string
runtime string
Résultat string

GetExtensions() public méthode

Returns the PHP extensions to be loaded from this config source based on the given runtime version and the defaults.
public GetExtensions ( string runtime ) : IEnumerable
runtime string
Résultat IEnumerable

GetRuntime() public méthode

Returns the runtime to be used from this config source
public GetRuntime ( ) : string
Résultat string

GetUse() public méthode

Returns the use_xp setting derived from this config source
public GetUse ( ) : IEnumerable
Résultat IEnumerable

ToString() public méthode

Returns a string representation of this config source
public ToString ( ) : string
Résultat string

Valid() public méthode

Returns whether this config source is valid
public Valid ( ) : bool
Résultat bool