Method |
Description |
|
__construct ( Collection $collection, Request $request ) |
CollectionEngine constructor. |
|
columnSearch ( ) : void |
Perform column search. |
|
count ( ) : integer |
Count results. |
|
filter ( Closure $callback, boolean $globalSearch = false ) |
Set auto filter off and run your own filter. |
|
filtering ( ) : void |
Perform global search. |
|
make ( boolean $mDataSupport = false, boolean $orderFirst = true ) : Illuminate\Http\JsonResponse |
Organizes works. |
|
ordering ( ) : void |
Perform sorting of columns. |
|
paging ( ) : void |
Perform pagination. |
|
results ( ) : mixed |
Get results. |
|
showDebugger ( array $output ) : array |
Append debug parameters on output. |
|
totalCount ( ) : integer |
Count total items. |
|