DataSift\Storyplayer\DefinitionLib\TestEnvironment_GroupDefinition::getGroupAdapter PHP Method

getGroupAdapter() public method

get the plugin we use to start and stop this test environment
public getGroupAdapter ( ) : Storyplayer\TestEnvironments\GroupAdapter
return Storyplayer\TestEnvironments\GroupAdapter
    public function getGroupAdapter()
    {
        return $this->groupAdapter;
    }

Usage Example

コード例 #1
0
 /**
  * get access to the adapter for the group that we belong to
  *
  * @return \Storyplayer\TestEnvironments\GroupAdapter
  */
 public function getGroupAdapter()
 {
     return $this->parentGroup->getGroupAdapter();
 }