C# 클래스 Net.XpFramework.Runner.EnvironmentConfigSource

상속: XpConfigSource
파일 보기 프로젝트 열기: xp-framework/xp-runners

공개 메소드들

메소드 설명
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

메소드 상세

GetArgs() 공개 메소드

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
리턴 IEnumerable>.Dictionary

GetExecutable() 공개 메소드

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
리턴 string

GetExtensions() 공개 메소드

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
리턴 IEnumerable

GetRuntime() 공개 메소드

Returns the runtime to be used from this config source
public GetRuntime ( ) : string
리턴 string

GetUse() 공개 메소드

Returns the use_xp setting derived from this config source
public GetUse ( ) : IEnumerable
리턴 IEnumerable

ToString() 공개 메소드

Returns a string representation of this config source
public ToString ( ) : string
리턴 string

Valid() 공개 메소드

Returns whether this config source is valid
public Valid ( ) : bool
리턴 bool