|
| | getFields (array $sections_to_skip=[], array $fields_to_skip=[]) |
| |
| | getVisibleFields (Context $context, ?\ilObjUser $user=null, array $sections_to_skip=[], array $fields_to_skip=[]) |
| |
| | getFieldByIdentifier (string $identifier) |
| |
| | addFieldsToForm (\ilPropertyFormGUI $form, Context $context, bool $do_require, ?\ilObjUser $current_user, array $fields_to_skip=[]) |
| |
| | addFormValuesToUser (\ilPropertyFormGUI $form, Context $context, \ilObjUser $current_user) |
| |
| | getDataFor (int $usr_id) |
| |
| | getDataForMultiple (array $usr_ids) |
| |
| | isProfileIncomplete (\ilObjUser $user) |
| |
| | userFieldVisibleToUser (string $definition_class) |
| |
| | userFieldEditableByUser (string $definition_class) |
| |
| | getIgnorableRequiredFields () |
| |
| | getAllUserDefinedFields () |
| |
| | getVisibleUserDefinedFields (Context $context) |
| |
| | tempStorePicture (\ilPropertyFormGUI $form) |
| |
Definition at line 24 of file Profile.php.
◆ addFieldsToForm()
◆ addFormValuesToUser()
◆ getAllUserDefinedFields()
| ILIAS\User\Profile\Profile::getAllUserDefinedFields |
( |
| ) |
|
◆ getDataFor()
| ILIAS\User\Profile\Profile::getDataFor |
( |
int |
$usr_id | ) |
|
◆ getDataForMultiple()
| ILIAS\User\Profile\Profile::getDataForMultiple |
( |
array |
$usr_ids | ) |
|
◆ getFieldByIdentifier()
| ILIAS\User\Profile\Profile::getFieldByIdentifier |
( |
string |
$identifier | ) |
|
◆ getFields()
| ILIAS\User\Profile\Profile::getFields |
( |
array |
$sections_to_skip = [], |
|
|
array |
$fields_to_skip = [] |
|
) |
| |
◆ getIgnorableRequiredFields()
| ILIAS\User\Profile\Profile::getIgnorableRequiredFields |
( |
| ) |
|
◆ getVisibleFields()
| ILIAS\User\Profile\Profile::getVisibleFields |
( |
Context |
$context, |
|
|
?\ilObjUser |
$user = null, |
|
|
array |
$sections_to_skip = [], |
|
|
array |
$fields_to_skip = [] |
|
) |
| |
◆ getVisibleUserDefinedFields()
| ILIAS\User\Profile\Profile::getVisibleUserDefinedFields |
( |
Context |
$context | ) |
|
◆ isProfileIncomplete()
| ILIAS\User\Profile\Profile::isProfileIncomplete |
( |
\ilObjUser |
$user | ) |
|
◆ tempStorePicture()
◆ userFieldEditableByUser()
| ILIAS\User\Profile\Profile::userFieldEditableByUser |
( |
string |
$definition_class | ) |
|
◆ userFieldVisibleToUser()
| ILIAS\User\Profile\Profile::userFieldVisibleToUser |
( |
string |
$definition_class | ) |
|
The documentation for this interface was generated from the following file: