Property | Type | Description | |
---|---|---|---|
$datatableService | |||
$expenseRepo |
Method | Description | |
---|---|---|
__construct ( |
ExpenseService constructor. | |
getDatatable ( $search ) : Illuminate\Http\JsonResponse | ||
getDatatableVendor ( $vendorPublicId ) : Illuminate\Http\JsonResponse | ||
save ( $data, null $expense = null ) : mixed | null |
Method | Description | |
---|---|---|
getRepo ( ) : |
public __construct ( |
||
$expenseRepo | ||
$datatableService |
public getDatatable ( $search ) : Illuminate\Http\JsonResponse | ||
$search | ||
return | Illuminate\Http\JsonResponse |
public getDatatableVendor ( $vendorPublicId ) : Illuminate\Http\JsonResponse | ||
$vendorPublicId | ||
return | Illuminate\Http\JsonResponse |
protected getRepo ( ) : |
||
return |
protected DatatableService,App\services $datatableService | ||
return |