PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
yajra
/
laravel-datatables-oracle
/
src
<?php if (! function_exists('datatables')) { /** * Helper to make a new DataTable instance from source. * Or return the factory if source is not set. * * @param mixed $source * @return \Yajra\DataTables\DataTableAbstract|\Yajra\DataTables\DataTables */ function datatables($source = null) { if (is_null($source)) { return app('datatables'); } return app('datatables')->make($source); } }
[+]
Exceptions
[-] DataTablesServiceProvider.php
[edit]
[+]
..
[+]
Processors
[-] DataTables.php
[edit]
[-] QueryDataTable.php
[edit]
[-] DataTableAbstract.php
[edit]
[-] CollectionDataTable.php
[edit]
[+]
Utilities
[+]
config
[+]
Contracts
[+]
Facades
[-] EloquentDataTable.php
[edit]
[-] ApiResourceDataTable.php
[edit]
[-] helper.php
[edit]
[-] lumen.php
[edit]