PHP Класс Storyplayer\TestEnvironments\Dsbuild_Adapter

Автор: Stuart Herbert ([email protected])
Наследование: implements ProvisioningAdapter
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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