Documentation

UserVatRepository
in package

Table of Contents

Methods

delete()  : bool
deleteEntireUserVat()  : void
findById()  : mixed
findByUserId()  : Simple|null
findByUserIdAndCountryId()  : UserVat|null
getVatCountriesByUserId()  : Simple|null
save()  : bool
update()  : bool

Methods

deleteEntireUserVat()

public deleteEntireUserVat(int $userId, int $countryId) : void
Parameters
$userId : int
$countryId : int

findByUserId()

public findByUserId(int $userId) : Simple|null
Parameters
$userId : int
Return values
Simple|null

findByUserIdAndCountryId()

public findByUserIdAndCountryId(int $userId, int $countryId) : UserVat|null
Parameters
$userId : int
$countryId : int
Return values
UserVat|null

getVatCountriesByUserId()

public getVatCountriesByUserId(int $userId) : Simple|null
Parameters
$userId : int
Return values
Simple|null

        
On this page

Search results