PHP 클래스 Yajra\Datatables\Request

저자: Arjay Angeles ([email protected])
상속: extends Illuminate\Http\Request
파일 보기 프로젝트 열기: yajra/laravel-datatables-oracle 1 사용 예제들

공개 메소드들

메소드 설명
checkLegacyCode ( ) Check if request uses legacy code
columnKeyword ( integer $index ) : string Get column's search value.
columnName ( integer $i ) : string Get column identity from input or database.
isColumnOrderable ( integer $index ) : boolean Check if a column is orderable.
isColumnSearchable ( integer $i, boolean $column_search = true ) : boolean Check if a column is searchable.
isOrderable ( ) : boolean Check if Datatables ordering is enabled.
isPaginationable ( ) : boolean Check if Datatables allow pagination.
isRegex ( integer $index ) : string Check if Datatables must uses regular expressions
isSearchable ( ) : boolean Check if Datatables is searchable.
keyword ( ) : string Get global search keyword
orderableColumns ( ) : array Get orderable columns
searchableColumnIndex ( ) : array Get searchable column indexes

메소드 상세

checkLegacyCode() 공개 메소드

Check if request uses legacy code
public checkLegacyCode ( )

columnKeyword() 공개 메소드

Get column's search value.
public columnKeyword ( integer $index ) : string
$index integer
리턴 string

columnName() 공개 메소드

Get column identity from input or database.
public columnName ( integer $i ) : string
$i integer
리턴 string

isColumnOrderable() 공개 메소드

Check if a column is orderable.
public isColumnOrderable ( integer $index ) : boolean
$index integer
리턴 boolean

isColumnSearchable() 공개 메소드

Check if a column is searchable.
public isColumnSearchable ( integer $i, boolean $column_search = true ) : boolean
$i integer
$column_search boolean
리턴 boolean

isOrderable() 공개 메소드

Check if Datatables ordering is enabled.
public isOrderable ( ) : boolean
리턴 boolean

isPaginationable() 공개 메소드

Check if Datatables allow pagination.
public isPaginationable ( ) : boolean
리턴 boolean

isRegex() 공개 메소드

Check if Datatables must uses regular expressions
public isRegex ( integer $index ) : string
$index integer
리턴 string

isSearchable() 공개 메소드

Check if Datatables is searchable.
public isSearchable ( ) : boolean
리턴 boolean

keyword() 공개 메소드

Get global search keyword
public keyword ( ) : string
리턴 string

orderableColumns() 공개 메소드

Get orderable columns
public orderableColumns ( ) : array
리턴 array

searchableColumnIndex() 공개 메소드

Get searchable column indexes
public searchableColumnIndex ( ) : array
리턴 array