| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilMembershipRegistrationSettingsGUI:
 Collaboration diagram for ilMembershipRegistrationSettingsGUI:Public Member Functions | |
| __construct (ilObjectGUI $gui_object, ilObject $object, array $a_options) | |
| setFormValues (ilPropertyFormGUI $form) | |
| Set form values.  More... | |
| getCurrentObject () | |
| getCurrentGUI () | |
| getOptions () | |
| addMembershipFormElements (ilPropertyFormGUI $form, string $a_parent_post='') | |
Protected Member Functions | |
| txt (string $a_lang_key) | |
| Translate type specific.  More... | |
Protected Attributes | |
| ilLanguage | $lng | 
Private Attributes | |
| ilObject | $object | 
| ilObjectGUI | $gui_object | 
| array | $options = [] | 
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 Registration settings
Definition at line 27 of file class.ilMembershipRegistrationSettingsGUI.php.
| ilMembershipRegistrationSettingsGUI::__construct | ( | ilObjectGUI | $gui_object, | 
| ilObject | $object, | ||
| array | $a_options | ||
| ) | 
Definition at line 34 of file class.ilMembershipRegistrationSettingsGUI.php.
References $DIC, $gui_object, $object, ILIAS\Repository\lng(), and setFormValues().
 Here is the call graph for this function:
      
  | 
  final | 
Definition at line 64 of file class.ilMembershipRegistrationSettingsGUI.php.
References $GLOBALS, ilPropertyFormGUI\addItem(), getOptions(), ilSessionConstants\NOTIFICATION_INHERIT_OPTION, ilSessionConstants\NOTIFICATION_MANUAL_OPTION, ilMembershipRegistrationSettings\REGISTRATION_LIMITED_USERS, setFormValues(), txt(), ilMembershipRegistrationSettings\TYPE_DIRECT, ilMembershipRegistrationSettings\TYPE_NONE, ilMembershipRegistrationSettings\TYPE_PASSWORD, ilMembershipRegistrationSettings\TYPE_REQUEST, and ilMembershipRegistrationSettings\TYPE_TUTOR.
 Here is the call graph for this function:| ilMembershipRegistrationSettingsGUI::getCurrentGUI | ( | ) | 
Definition at line 54 of file class.ilMembershipRegistrationSettingsGUI.php.
References $gui_object.
| ilMembershipRegistrationSettingsGUI::getCurrentObject | ( | ) | 
Definition at line 49 of file class.ilMembershipRegistrationSettingsGUI.php.
References $object.
Referenced by ilSessionMembershipRegistrationSettingsGUI\setFormValues(), and txt().
 Here is the caller graph for this function:| ilMembershipRegistrationSettingsGUI::getOptions | ( | ) | 
Definition at line 59 of file class.ilMembershipRegistrationSettingsGUI.php.
References $options.
Referenced by addMembershipFormElements().
 Here is the caller graph for this function:
      
  | 
  abstract | 
Set form values.
Referenced by __construct(), and addMembershipFormElements().
 Here is the caller graph for this function:
      
  | 
  protected | 
Translate type specific.
Definition at line 201 of file class.ilMembershipRegistrationSettingsGUI.php.
References getCurrentObject(), and ILIAS\Repository\lng().
Referenced by addMembershipFormElements().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 30 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by __construct(), and getCurrentGUI().
      
  | 
  protected | 
Definition at line 31 of file class.ilMembershipRegistrationSettingsGUI.php.
      
  | 
  private | 
Definition at line 29 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by __construct(), and getCurrentObject().
      
  | 
  private | 
Definition at line 32 of file class.ilMembershipRegistrationSettingsGUI.php.
Referenced by getOptions().