ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilUserDefinedData $udf, string $orgu_repr, string $firstname, string $lastname, string $login, bool $active, string $email, string $gender, string $title) | |
getFirstname () | |
getLastname () | |
isActive () | |
getEmail () | |
getLogin () | |
getOrguRepresentation () | |
getUdf (string $field) | |
getAllUdf () | |
getFullname () | |
getGender () | |
getTitle () | |
Data Fields | |
const | COLNAMES |
Protected Attributes | |
ilUserDefinedData | $udf |
string | $orgu_repr |
string | $firstname |
string | $lastname |
bool | $active |
string | $login |
string | |
string | $gender |
string | $title |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Additional information about a user, used in context of assignments
Definition at line 24 of file ilPRGUserInformation.php.
ilPRGUserInformation::__construct | ( | ilUserDefinedData | $udf, |
string | $orgu_repr, | ||
string | $firstname, | ||
string | $lastname, | ||
string | $login, | ||
bool | $active, | ||
string | $email, | ||
string | $gender, | ||
string | $title | ||
) |
Definition at line 46 of file ilPRGUserInformation.php.
References $active, $email, $firstname, $gender, $lastname, $login, $orgu_repr, $title, $udf, and ILIAS\UI\examples\Symbol\Glyph\Login\login().
ilPRGUserInformation::getAllUdf | ( | ) |
Definition at line 96 of file ilPRGUserInformation.php.
References $udf.
ilPRGUserInformation::getEmail | ( | ) |
ilPRGUserInformation::getFirstname | ( | ) |
ilPRGUserInformation::getFullname | ( | ) |
ilPRGUserInformation::getGender | ( | ) |
ilPRGUserInformation::getLastname | ( | ) |
ilPRGUserInformation::getLogin | ( | ) |
ilPRGUserInformation::getOrguRepresentation | ( | ) |
ilPRGUserInformation::getTitle | ( | ) |
ilPRGUserInformation::getUdf | ( | string | $field | ) |
Definition at line 92 of file ilPRGUserInformation.php.
ilPRGUserInformation::isActive | ( | ) |
|
protected |
Definition at line 40 of file ilPRGUserInformation.php.
Referenced by __construct(), and isActive().
|
protected |
Definition at line 42 of file ilPRGUserInformation.php.
Referenced by __construct(), and getEmail().
|
protected |
Definition at line 38 of file ilPRGUserInformation.php.
Referenced by __construct(), getFirstname(), and getFullname().
|
protected |
Definition at line 43 of file ilPRGUserInformation.php.
Referenced by __construct(), and getGender().
|
protected |
Definition at line 39 of file ilPRGUserInformation.php.
Referenced by __construct(), and getLastname().
|
protected |
Definition at line 41 of file ilPRGUserInformation.php.
Referenced by __construct(), and getLogin().
|
protected |
Definition at line 37 of file ilPRGUserInformation.php.
Referenced by __construct(), and getOrguRepresentation().
|
protected |
Definition at line 44 of file ilPRGUserInformation.php.
Referenced by __construct(), and getTitle().
|
protected |
Definition at line 36 of file ilPRGUserInformation.php.
Referenced by __construct(), and getAllUdf().
const ilPRGUserInformation::COLNAMES |
Definition at line 26 of file ilPRGUserInformation.php.
Referenced by ilPRGAssignmentDBRepository\createFor(), and ilPRGAssignmentDBRepository\query().