Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OpenSkill
Datatable
Versions
DatatableVersion
canParseRequest
OpenSkill\Datatable\Versions\DatatableVersion::canParseRequest PHP 메소드
DatatableVersion 1 문서
파일 보기
프로젝트 열기: openskill/datatable
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()); }
DatatableVersion
__construct
canParseRequest
getRequest
parseRequest