PHP Class Storyplayer\TestEnvironments\Vagrant_GroupAdapter

Inheritance: implements Storyplayer\TestEnvironments\GroupAdapter
Afficher le fichier Open project: datasift/storyplayer

Protected Properties

Свойство Type Description
$baseFolder ------------------------------------------------------------------

Méthodes publiques

Méthode Description
__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?

Méthodes protégées

Méthode Description
determineBaseFolder ( ) : void automagically work out where our test environment's files and such like are

Method Details

__construct() public méthode

public __construct ( )

determineBaseFolder() protected méthode

automagically work out where our test environment's files and such like are
protected determineBaseFolder ( ) : void
Résultat void

getBaseFolder() public méthode

which folder should SPv2 be in when interacting with this group of virtual machines?
public getBaseFolder ( ) : string
Résultat string

getHostAdapterValidator() public méthode

how do we validate any host adapters used by hosts in this group?
public getHostAdapterValidator ( ) : Storyplayer\TestEnvironments\HostAdapterValidator
Résultat Storyplayer\TestEnvironments\HostAdapterValidator

getType() public méthode

this is the name of the class (without namespace) that our group adapter uses
public getType ( ) : string
Résultat string

Property Details

$baseFolder protected_oe property

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