MiniAsset\Output\AssetWriter::config PHP Method

config() public method

Get the config options this object is using.
public config ( ) : array
return array
    public function config()
    {
        return ['theme' => $this->theme, 'timestamp' => $this->timestamp, 'path' => $this->path];
    }