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

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

Method to determine if this parser can handle the query parameters. If so then the parser should return true and be able to return a DTQueryConfiguration
public canParseRequest ( ) : boolean
Результат boolean true if the parser is able to parse the query parameters and to return a DTQueryConfiguration
    public function canParseRequest()
    {
        return $this->queryParser->canParse($this->getRequest());
    }