MiniAsset\Output\AssetWriter::config PHP Метод

config() публичный Метод

Get the config options this object is using.
public config ( ) : array
Результат array
    public function config()
    {
        return ['theme' => $this->theme, 'timestamp' => $this->timestamp, 'path' => $this->path];
    }