PHP 클래스 App\services\PaymentTermService

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

보호된 프로퍼티들

프로퍼티 타입 설명
$datatableService
$paymentTermRepo

공개 메소드들

메소드 설명
__construct ( PaymentTermRepository $paymentTermRepo, DatatableService $datatableService ) PaymentTermService constructor.
actions ( $entityType )
columns ( $entityType, $hideClient )
getDatatable ( integer $accountId ) : Illuminate\Http\JsonResponse

보호된 메소드들

메소드 설명
getRepo ( ) : PaymentTermRepository

메소드 상세

__construct() 공개 메소드

PaymentTermService constructor.
public __construct ( PaymentTermRepository $paymentTermRepo, DatatableService $datatableService )
$paymentTermRepo App\Ninja\Repositories\PaymentTermRepository
$datatableService DatatableService

actions() 공개 메소드

public actions ( $entityType )

columns() 공개 메소드

public columns ( $entityType, $hideClient )

getDatatable() 공개 메소드

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

getRepo() 보호된 메소드

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

프로퍼티 상세

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

protected $datatableService

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

protected $paymentTermRepo