|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for ilPRGUserInformation: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().
Here is the call graph for this function:| ilPRGUserInformation::getAllUdf | ( | ) |
Definition at line 96 of file ilPRGUserInformation.php.
References $udf.
| ilPRGUserInformation::getEmail | ( | ) |
Definition at line 80 of file ilPRGUserInformation.php.
References $email.
| ilPRGUserInformation::getFirstname | ( | ) |
Definition at line 68 of file ilPRGUserInformation.php.
References $firstname.
| ilPRGUserInformation::getFullname | ( | ) |
Definition at line 101 of file ilPRGUserInformation.php.
References $firstname.
| ilPRGUserInformation::getGender | ( | ) |
Definition at line 105 of file ilPRGUserInformation.php.
References $gender.
| ilPRGUserInformation::getLastname | ( | ) |
Definition at line 72 of file ilPRGUserInformation.php.
References $lastname.
| ilPRGUserInformation::getLogin | ( | ) |
Definition at line 84 of file ilPRGUserInformation.php.
References $login.
| ilPRGUserInformation::getOrguRepresentation | ( | ) |
Definition at line 88 of file ilPRGUserInformation.php.
References $orgu_repr.
| ilPRGUserInformation::getTitle | ( | ) |
Definition at line 109 of file ilPRGUserInformation.php.
References $title.
| ilPRGUserInformation::getUdf | ( | string | $field | ) |
Definition at line 92 of file ilPRGUserInformation.php.
| ilPRGUserInformation::isActive | ( | ) |
Definition at line 76 of file ilPRGUserInformation.php.
References $active.
|
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\query().