DataSift\Storyplayer\PlayerLib\Story::andOn PHP Method

andOn() public method

public andOn ( $envName ) : Story
return Story
    public function andOn($envName)
    {
        $this->whitelistedEnvironments[$envName] = true;
        return $this;
    }