thrace-project / datagrid-bundle

The ThraceDataGridBundle integrates the jqgrid jQuery
MIT License
18 stars 9 forks source link

[Insight] Public methods in controller classes should only be actions #4

Open zender opened 11 years ago

zender commented 11 years ago

in Controller/DataGridController.php, line 165

Non-action public method found in controller class

    /**
     *  Http request
     *  
     * @return Request
     */
    public function getRequest()
    {
        return $this->container->get('request');
    }

    /**

Posted from SensioLabsInsight