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

__construct() public method

constructor
public __construct ( TestEnvironment_GroupDefinition $group )
$group TestEnvironment_GroupDefinition the group that we are validating host IDs for
    public function __construct(TestEnvironment_GroupDefinition $group)
    {
        $this->group = $group;
    }
TestEnvironment_HostIdValidator