PHP Class Storyplayer\TestEnvironments\Dsbuild_Adapter

Inheritance: implements ProvisioningAdapter
Show file Open project: datasift/storyplayer Class Usage Examples

Protected Properties

Property Type Description
$executePath string where is the script that we are going to execute?

Public Methods

Method Description
__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

Method Details

__construct() public method

public __construct ( )

getAsConfig() public method

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

getExecuteDir() public method

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

getExecutePath() public method

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

setExecutePath() public method

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

Property Details

$executePath protected property

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