PHP 클래스 Chumper\Datatable\Engines\CollectionEngine

Class CollectionEngine
상속: extends Chumper\Datatable\Engines\BaseEngine
파일 보기 프로젝트 열기: chumper/datatable 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Collection $collection )
count ( ) : integer
getArray ( ) : array
getOption ( $value )
reset ( ) Resets all operations performed on the collection
setCaseSensitive ( $value )
setOrderStrip ( )
setSearchStrip ( )
stripOrder ( )
stripSearch ( )
totalCount ( ) : integer

보호된 메소드들

메소드 설명
internalMake ( Collection $columns, array $searchColumns = [] ) --------------PRIVATE FUNCTIONS-----------------

비공개 메소드들

메소드 설명
compileArray ( $columns )
doInternalOrder ( )
doInternalSearch ( Collection $columns, array $searchColumns )

메소드 상세

__construct() 공개 메소드

public __construct ( Collection $collection )
$collection Illuminate\Support\Collection

count() 공개 메소드

public count ( ) : integer
리턴 integer

getArray() 공개 메소드

public getArray ( ) : array
리턴 array

getOption() 공개 메소드

public getOption ( $value )

internalMake() 보호된 메소드

--------------PRIVATE FUNCTIONS-----------------
protected internalMake ( Collection $columns, array $searchColumns = [] )
$columns Illuminate\Support\Collection
$searchColumns array

reset() 공개 메소드

Resets all operations performed on the collection
public reset ( )

setCaseSensitive() 공개 메소드

public setCaseSensitive ( $value )

setOrderStrip() 공개 메소드

public setOrderStrip ( )

setSearchStrip() 공개 메소드

public setSearchStrip ( )

stripOrder() 공개 메소드

public stripOrder ( )

stripSearch() 공개 메소드

public stripSearch ( )

totalCount() 공개 메소드

public totalCount ( ) : integer
리턴 integer