PHP Class App\services\PaymentTermService

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

Protected Properties

Свойство Type Description
$datatableService
$paymentTermRepo

Méthodes publiques

Méthode Description
__construct ( PaymentTermRepository $paymentTermRepo, DatatableService $datatableService ) PaymentTermService constructor.
actions ( $entityType )
columns ( $entityType, $hideClient )
getDatatable ( integer $accountId ) : Illuminate\Http\JsonResponse

Méthodes protégées

Méthode Description
getRepo ( ) : PaymentTermRepository

Method Details

__construct() public méthode

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

actions() public méthode

public actions ( $entityType )

columns() public méthode

public columns ( $entityType, $hideClient )

getDatatable() public méthode

public getDatatable ( integer $accountId ) : Illuminate\Http\JsonResponse
$accountId integer
Résultat Illuminate\Http\JsonResponse

getRepo() protected méthode

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

Property Details

$datatableService protected_oe property

protected $datatableService

$paymentTermRepo protected_oe property

protected $paymentTermRepo