PHP 클래스 Storyplayer\TestEnvironments\Vagrant_GroupAdapter

저자: Stuart Herbert ([email protected])
상속: implements Storyplayer\TestEnvironments\GroupAdapter
파일 보기 프로젝트 열기: datasift/storyplayer

보호된 프로퍼티들

프로퍼티 타입 설명
$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