| 1 | <?php |
||
| 8 | class DataTablesServiceProvider extends ServiceProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Register the service provider. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function register() |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Register the original DataTables service providers. |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | protected function registerOriginalDataTables() |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Replace the original DataTables bindings. |
||
| 39 | * |
||
| 40 | * @return void |
||
| 41 | */ |
||
| 42 | protected function replaceDataTablesBindings() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Configure DataTables. |
||
| 49 | * |
||
| 50 | * @return void |
||
| 51 | */ |
||
| 52 | protected function configureDataTables() |
||
| 64 | } |
||
| 65 |