UserThresholdExceedRepository
Table of Contents
Methods
-
findById()
: Simple|null
-
findByUser()
: Simple|null
-
findByUserAndCountryId()
: Simple|null
findById()
public
findById(int $id) : Simple|null
Parameters
-
$id
: int
-
Return values
Simple|null
findByUser()
public
static findByUser(int $userId) : Simple|null
Parameters
-
$userId
: int
-
Return values
Simple|null
findByUserAndCountryId()
public
static findByUserAndCountryId(int $userId, int $countryId) : Simple|null
Parameters
-
$userId
: int
-
-
$countryId
: int
-
Return values
Simple|null