PHP Класс Storyplayer\TestEnvironments\Vagrant_GroupAdapter

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

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

Свойство Тип Описание
$baseFolder ------------------------------------------------------------------

Открытые методы

Метод Описание
__construct ( )
getBaseFolder ( ) : string which folder should SPv2 be in when interacting with this group of virtual machines?
getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator how do we validate any host adapters used by hosts in this group?
getType ( ) : string what type of group are we?

Защищенные методы

Метод Описание
determineBaseFolder ( ) : void automagically work out where our test environment's files and such like are

Описание методов

__construct() публичный Метод

public __construct ( )

determineBaseFolder() защищенный Метод

automagically work out where our test environment's files and such like are
protected determineBaseFolder ( ) : void
Результат void

getBaseFolder() публичный Метод

which folder should SPv2 be in when interacting with this group of virtual machines?
public getBaseFolder ( ) : string
Результат string

getHostAdapterValidator() публичный Метод

how do we validate any host adapters used by hosts in this group?
public getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator
Результат Storyplayer\TestEnvironments\HostAdapterValidator

getType() публичный Метод

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
Результат string

Описание свойств

$baseFolder защищенное свойство

------------------------------------------------------------------
protected $baseFolder