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

__construct() public method

public __construct ( TestEnvironment_Definition $parent, $groupId, Storyplayer\TestEnvironments\GroupAdapter $groupAdapter )
$parent TestEnvironment_Definition
$groupAdapter Storyplayer\TestEnvironments\GroupAdapter
    public function __construct(TestEnvironment_Definition $parent, $groupId, GroupAdapter $groupAdapter)
    {
        $this->parentEnv = $parent;
        $this->groupId = $groupId;
        $this->setGroupAdapter($groupAdapter);
    }