|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for Certificate\API\Data\UserCertificateDto:Public Member Functions | |
| __construct (int $certificateId, string $objectTitle, int $objectId, int $issuedOnTimestamp, int $userId, string $userFirstName, string $userLastName, string $userLogin, string $userEmail, string $userSecondEmail, array $objectRefId=array(), string $downloadLink=null) | |
| getObjectTitle () | |
| getObjectId () | |
| getIssuedOnTimestamp () | |
| getUserId () | |
| getDownloadLink () | |
| getCertificateId () | |
| getObjectRefIds () | |
| getUserFirstName () | |
| getUserLastName () | |
| getUserLogin () | |
| getUserEmail () | |
| addRefId (int $refId) | |
| getUserSecondEmail () | |
Private Attributes | |
| $objectTitle = '' | |
| $objectRefIds = [] | |
| $objectId = 0 | |
| $issuedOnTimestamp = 0 | |
| $userId = 0 | |
| $downloadLink = '' | |
| $certificateId = 0 | |
| $userFirstName = '' | |
| $userLastName = '' | |
| $userLogin = '' | |
| $userEmail = '' | |
| $userSecondEmail = '' | |
Definition at line 9 of file UserCertificateDto.php.
| Certificate\API\Data\UserCertificateDto::__construct | ( | int | $certificateId, |
| string | $objectTitle, | ||
| int | $objectId, | ||
| int | $issuedOnTimestamp, | ||
| int | $userId, | ||
| string | $userFirstName, | ||
| string | $userLastName, | ||
| string | $userLogin, | ||
| string | $userEmail, | ||
| string | $userSecondEmail, | ||
| array | $objectRefId = array(), |
||
| string | $downloadLink = null |
||
| ) |
| int | $certificateId | |
| string | $objectTitle | |
| int | $objectId | |
| int | $issuedOnTimestamp | |
| int | $userId | |
| string | $userFirstName | |
| string | $userLastName | |
| string | $userLogin | |
| string | $userEmail | |
| string | $userSecondEmail | |
| array | $objectRefId | |
| string | null | $downloadLink |
Definition at line 61 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$certificateId, Certificate\API\Data\UserCertificateDto\$downloadLink, Certificate\API\Data\UserCertificateDto\$issuedOnTimestamp, Certificate\API\Data\UserCertificateDto\$objectId, Certificate\API\Data\UserCertificateDto\$objectTitle, Certificate\API\Data\UserCertificateDto\$userEmail, Certificate\API\Data\UserCertificateDto\$userFirstName, Certificate\API\Data\UserCertificateDto\$userId, Certificate\API\Data\UserCertificateDto\$userLastName, Certificate\API\Data\UserCertificateDto\$userLogin, and Certificate\API\Data\UserCertificateDto\$userSecondEmail.
| Certificate\API\Data\UserCertificateDto::addRefId | ( | int | $refId | ) |
Definition at line 181 of file UserCertificateDto.php.
References $refId.
| Certificate\API\Data\UserCertificateDto::getCertificateId | ( | ) |
Definition at line 133 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$certificateId.
| Certificate\API\Data\UserCertificateDto::getDownloadLink | ( | ) |
Definition at line 125 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$downloadLink.
| Certificate\API\Data\UserCertificateDto::getIssuedOnTimestamp | ( | ) |
Definition at line 109 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$issuedOnTimestamp.
| Certificate\API\Data\UserCertificateDto::getObjectId | ( | ) |
Definition at line 101 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$objectId.
| Certificate\API\Data\UserCertificateDto::getObjectRefIds | ( | ) |
Definition at line 141 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$objectRefIds.
| Certificate\API\Data\UserCertificateDto::getObjectTitle | ( | ) |
Definition at line 93 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$objectTitle.
| Certificate\API\Data\UserCertificateDto::getUserEmail | ( | ) |
Definition at line 173 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userEmail.
| Certificate\API\Data\UserCertificateDto::getUserFirstName | ( | ) |
Definition at line 149 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userFirstName.
| Certificate\API\Data\UserCertificateDto::getUserId | ( | ) |
Definition at line 117 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userId.
Referenced by ILIAS\MyStaff\ListCertificates\ilMStListCertificatesTableGUI\getFieldValuesForExport().
Here is the caller graph for this function:| Certificate\API\Data\UserCertificateDto::getUserLastName | ( | ) |
Definition at line 157 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userLastName.
| Certificate\API\Data\UserCertificateDto::getUserLogin | ( | ) |
Definition at line 165 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userLogin.
| Certificate\API\Data\UserCertificateDto::getUserSecondEmail | ( | ) |
Definition at line 189 of file UserCertificateDto.php.
References Certificate\API\Data\UserCertificateDto\$userSecondEmail.
|
private |
Definition at line 30 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getCertificateId().
|
private |
Definition at line 27 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getDownloadLink().
|
private |
Definition at line 21 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getIssuedOnTimestamp().
|
private |
Definition at line 18 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getObjectId().
|
private |
Definition at line 15 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\getObjectRefIds().
|
private |
Definition at line 12 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getObjectTitle().
|
private |
Definition at line 42 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserEmail().
|
private |
Definition at line 33 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserFirstName().
|
private |
Definition at line 24 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserId().
|
private |
Definition at line 36 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserLastName().
|
private |
Definition at line 39 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserLogin().
|
private |
Definition at line 45 of file UserCertificateDto.php.
Referenced by Certificate\API\Data\UserCertificateDto\__construct(), and Certificate\API\Data\UserCertificateDto\getUserSecondEmail().