PHP 클래스 App\services\ExpenseService

상속: extends BaseService
파일 보기 프로젝트 열기: hillelcoren/invoice-ninja 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$datatableService DatatableService
$expenseRepo App\Ninja\Repositories\ExpenseRepository

공개 메소드들

메소드 설명
__construct ( ExpenseRepository $expenseRepo, DatatableService $datatableService ) ExpenseService constructor.
getDatatable ( $search ) : Illuminate\Http\JsonResponse
getDatatableVendor ( $vendorPublicId ) : Illuminate\Http\JsonResponse
save ( $data, null $expense = null ) : mixed | null

보호된 메소드들

메소드 설명
getRepo ( ) : ExpenseRepository

메소드 상세

__construct() 공개 메소드

ExpenseService constructor.
public __construct ( ExpenseRepository $expenseRepo, DatatableService $datatableService )
$expenseRepo App\Ninja\Repositories\ExpenseRepository
$datatableService DatatableService

getDatatable() 공개 메소드

public getDatatable ( $search ) : Illuminate\Http\JsonResponse
$search
리턴 Illuminate\Http\JsonResponse

getDatatableVendor() 공개 메소드

public getDatatableVendor ( $vendorPublicId ) : Illuminate\Http\JsonResponse
$vendorPublicId
리턴 Illuminate\Http\JsonResponse

getRepo() 보호된 메소드

protected getRepo ( ) : ExpenseRepository
리턴 App\Ninja\Repositories\ExpenseRepository

save() 공개 메소드

public save ( $data, null $expense = null ) : mixed | null
$data
$expense null
리턴 mixed | null

프로퍼티 상세

$datatableService 보호되어 있는 프로퍼티

protected DatatableService,App\services $datatableService
리턴 DatatableService

$expenseRepo 보호되어 있는 프로퍼티

protected ExpenseRepository,App\Ninja\Repositories $expenseRepo
리턴 App\Ninja\Repositories\ExpenseRepository