ApplicationCredentialRepository
in package
Table of Contents
- countByProjectAndUser() : int
- Return the number of ApplicationCredentials for the touple (project_id, user_id)
Methods
countByProjectAndUser()
Return the number of ApplicationCredentials for the touple (project_id, user_id)
public
static countByProjectAndUser(int $project_id, int $user_id) : int
Parameters
- $project_id : int
- $user_id : int