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;
    }