PHP Class App\services\CreditService

Inheritance: extends BaseService
Afficher le fichier Open project: hillelcoren/invoice-ninja

Protected Properties

Свойство Type Description
$creditRepo App\Ninja\Repositories\CreditRepository
$datatableService DatatableService

Méthodes publiques

Méthode Description
__construct ( CreditRepository $creditRepo, DatatableService $datatableService ) CreditService constructor.
getDatatable ( $clientPublicId, $search ) : Illuminate\Http\JsonResponse
save ( $data ) : mixed | null

Méthodes protégées

Méthode Description
getRepo ( ) : CreditRepository

Method Details

__construct() public méthode

CreditService constructor.
public __construct ( CreditRepository $creditRepo, DatatableService $datatableService )
$creditRepo App\Ninja\Repositories\CreditRepository
$datatableService DatatableService

getDatatable() public méthode

public getDatatable ( $clientPublicId, $search ) : Illuminate\Http\JsonResponse
$clientPublicId
$search
Résultat Illuminate\Http\JsonResponse

getRepo() protected méthode

protected getRepo ( ) : CreditRepository
Résultat App\Ninja\Repositories\CreditRepository

save() public méthode

public save ( $data ) : mixed | null
$data
Résultat mixed | null

Property Details

$creditRepo protected_oe property

protected CreditRepository,App\Ninja\Repositories $creditRepo
Résultat App\Ninja\Repositories\CreditRepository

$datatableService protected_oe property

protected DatatableService,App\services $datatableService
Résultat DatatableService