OpenSkill\Datatable\Versions\DatatableVersion::parseRequest PHP Метод

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

Method that should parse the request and return a DTQueryConfiguration
public parseRequest ( array $columnConfiguration ) : OpenSkill\Datatable\Queries\QueryConfiguration
$columnConfiguration array The configuration of the columns
Результат OpenSkill\Datatable\Queries\QueryConfiguration the configuration the provider can use to prepare the data
    public function parseRequest(array $columnConfiguration)
    {
        return $this->queryParser->parse($this->getRequest(), $columnConfiguration);
    }