DataSift\Storyplayer\PlayerLib\Story_Checkpoint::getReadOnly PHP 메소드

getReadOnly() 공개 메소드

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