◆ __construct()
Certificate\API\UserCertificateAPI::__construct |
( |
UserDataRepository |
$userCertificateRepository = null | ) |
|
◆ getUserCertificateData()
Certificate\API\UserCertificateAPI::getUserCertificateData |
( |
UserDataFilter |
$filter, |
|
|
array |
$ilCtrlStack = [] |
|
) |
| |
- Parameters
-
UserDataFilter | $filter | |
array | $ilCtrlStack | - array of ilCtrl-enabled GUI class names that are used to create the link, if this is an empty array (default) no link will be generated |
- Returns
- array<int, UserCertificateDto>
Definition at line 44 of file UserCertificateAPI.php.
46 return $this->userCertificateRepository->getUserData($filter, $ilCtrlStack);
◆ getUserCertificateDataMaxCount()
Certificate\API\UserCertificateAPI::getUserCertificateDataMaxCount |
( |
UserDataFilter |
$filter | ) |
|
- Parameters
-
- Returns
- int
Definition at line 55 of file UserCertificateAPI.php.
57 return $this->userCertificateRepository->getUserCertificateDataMaxCount($filter);
◆ $userCertificateRepository
Certificate\API\UserCertificateAPI::$userCertificateRepository |
|
private |
The documentation for this class was generated from the following file: