DataSift\Storyplayer\Cli\BaseCommand::addFeatureSwitches PHP Method

addFeatureSwitches() public method

public addFeatureSwitches ( )
    public function addFeatureSwitches()
    {
        foreach ($this->features as $feature) {
            $feature->addSwitches($this, $this->injectables);
        }
    }