PHP Class App\services\TokenService

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

Protected Properties

Свойство Type Description
$datatableService DatatableService
$tokenRepo App\Ninja\Repositories\TokenRepository

Méthodes publiques

Méthode Description
__construct ( TokenRepository $tokenRepo, DatatableService $datatableService ) TokenService constructor.
getDatatable ( $userId ) : Illuminate\Http\JsonResponse

Méthodes protégées

Méthode Description
getRepo ( ) : TokenRepository

Method Details

__construct() public méthode

TokenService constructor.
public __construct ( TokenRepository $tokenRepo, DatatableService $datatableService )
$tokenRepo App\Ninja\Repositories\TokenRepository
$datatableService DatatableService

getDatatable() public méthode

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

getRepo() protected méthode

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

Property Details

$datatableService protected_oe property

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

$tokenRepo protected_oe property

protected TokenRepository,App\Ninja\Repositories $tokenRepo
Résultat App\Ninja\Repositories\TokenRepository