DataSift\Storyplayer\ConfigLib\WrappedConfig::setFilename PHP Method

setFilename() public method

sets the filename that we loaded this config from
public setFilename ( string $filename )
$filename string the filename to store
    public function setFilename($filename)
    {
        $this->filename = $filename;
    }