App\services\BankAccountService::getDatatable PHP Méthode

getDatatable() public méthode

public getDatatable ( $accountId )
    public function getDatatable($accountId)
    {
        $query = $this->bankAccountRepo->find($accountId);
        return $this->datatableService->createDatatable(new BankAccountDatatable(false), $query);
    }