/
home
/
sjslayjy
/
public_html
/
assets
/
vendor
/
yajra
/
laravel-datatables-oracle
/
src
/
Contracts
/
Upload File
HOME
<?php namespace Yajra\DataTables\Contracts; interface Formatter { /** * @param string $value * @param mixed $row * @return string */ public function format($value, $row); }