Piwik\Plugins\Goals\Visualizations\Goals::beforeLoadDataTable PHP Метод

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

public beforeLoadDataTable ( )
    public function beforeLoadDataTable()
    {
        parent::beforeLoadDataTable();
        if ($this->config->disable_subtable_when_show_goals) {
            $this->config->subtable_controller_action = null;
        }
        $this->setShowGoalsColumnsProperties();
    }