DataSift\Storyplayer\Injectables\OutputSupport::initOutputSupport PHP Method

initOutputSupport() public method

public initOutputSupport ( ) : Output
return DataSift\Storyplayer\Output
    public function initOutputSupport()
    {
        $this->output = new Output();
        return $this->output;
    }