PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
yajra
/
laravel-datatables-buttons
/
src
/
Contracts
<?php namespace Yajra\DataTables\Contracts; interface DataTableHtmlBuilder { /** * Handle building of dataTables html. * * @return \Yajra\DataTables\Html\Builder * * @throws \Exception */ public function handle(); }
[-] DataTableScope.php
[edit]
[+]
..
[-] DataTableButtons.php
[edit]
[-] DataTableHtmlBuilder.php
[edit]