Piwik\Plugins\CoreVisualizations\Visualizations\JqplotGraph\Bar::beforeLoadDataTable PHP Метод

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

public beforeLoadDataTable ( )
    public function beforeLoadDataTable()
    {
        parent::beforeLoadDataTable();
        $this->config->datatable_js_type = 'JqplotBarGraphDataTable';
    }