DataSift\Storyplayer\PlayerLib\StoryTeller::setTestUsersFileIsReadOnly PHP Method

setTestUsersFileIsReadOnly() public method

NOTE: we never treat the loaded data as read-only. Stories are free to change this data, and these changes will persist between stories. We just won't save any changes back to disk if you set this to TRUE.
public setTestUsersFileIsReadOnly ( boolean $readOnly = true )
$readOnly boolean TRUE if we should not save data back to this file
    public function setTestUsersFileIsReadOnly($readOnly = true)
    {
        $this->testUsersFileIsReadOnly = $readOnly;
    }