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

getResult() public method

public getResult ( ) : Story_Result
return Story_Result
    public function getResult()
    {
        if (!isset($this->storyResult)) {
            $this->storyResult = new Story_Result($this);
        }
        return $this->storyResult;
    }