PHP 클래스 Storyplayer\TestEnvironments\Dsbuild_Adapter

저자: Stuart Herbert ([email protected])
상속: implements ProvisioningAdapter
파일 보기 프로젝트 열기: datasift/storyplayer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$executePath string where is the script that we are going to execute?

공개 메소드들

메소드 설명
__construct ( )
getAsConfig ( ) ------------------------------------------------------------------
getExecuteDir ( ) : string which folder are we executing things in?
getExecutePath ( ) : string where is the script that we are going to execute?
setExecutePath ( string $path ) tell me which script to execute

메소드 상세

__construct() 공개 메소드

public __construct ( )

getAsConfig() 공개 메소드

------------------------------------------------------------------
public getAsConfig ( )

getExecuteDir() 공개 메소드

which folder are we executing things in?
public getExecuteDir ( ) : string
리턴 string

getExecutePath() 공개 메소드

where is the script that we are going to execute?
public getExecutePath ( ) : string
리턴 string

setExecutePath() 공개 메소드

tell me which script to execute
public setExecutePath ( string $path )
$path string path to the dsbuild script

프로퍼티 상세

$executePath 보호되어 있는 프로퍼티

where is the script that we are going to execute?
protected string $executePath
리턴 string