DataSift\Storyplayer\PlayerLib\Story_Checkpoint::getReadOnly PHP Method

getReadOnly() public method

is the checkpoint currently readonly?
public getReadOnly ( ) : boolean
return boolean TRUE if the checkpoint is currently readonly FALSE if you can change the data in the checkpoint
    public function getReadOnly()
    {
        return $this->readOnly;
    }