Piwik\Plugin\ViewDataTable::getDefaultConfig PHP Метод

getDefaultConfig() публичный статический Метод

Visualizations that define their own display properties should override this method and return an instance of their new {@link Piwik\ViewDataTable\Config} descendant. See the last example {@link ViewDataTable here} for more information.
public static getDefaultConfig ( ) : Config
Результат Piwik\ViewDataTable\Config
    public static function getDefaultConfig()
    {
        return new VizConfig();
    }