◆ __construct()
ILIAS\Certificate\API\UserCertificateAPI::__construct |
( |
?UserDataRepository |
$userCertificateRepository = null | ) |
|
◆ getUserCertificateData()
ILIAS\Certificate\API\UserCertificateAPI::getUserCertificateData |
( |
UserDataFilter |
$filter, |
|
|
array |
$ilCtrlStack = [] |
|
) |
| |
- Parameters
-
UserDataFilter | $filter | |
| string[] | $ilCtrlStack An 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 55 of file UserCertificateAPI.php.
57 return $this->userCertificateRepository->getUserData($filter, $ilCtrlStack);
◆ getUserCertificateDataMaxCount()
ILIAS\Certificate\API\UserCertificateAPI::getUserCertificateDataMaxCount |
( |
UserDataFilter |
$filter | ) |
|
Definition at line 60 of file UserCertificateAPI.php.
62 return $this->userCertificateRepository->getUserCertificateDataMaxCount($filter);
◆ $userCertificateRepository
The documentation for this class was generated from the following file: