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

getOutput() public method

public getOutput ( ) : Output
return DataSift\Storyplayer\Output
    public function getOutput()
    {
        if ($this->output === null) {
            throw new E4xx_NotInitialised('output');
        }
        return $this->output;
    }