DataSift\Storyplayer\OutputLib\DataFormatter::getIsVerbose PHP Method

getIsVerbose() public method

are we allowing the full length of the output?
public getIsVerbose ( ) : boolean
return boolean
    public function getIsVerbose()
    {
        return $this->isVerbose;
    }