4include_once
'./Services/Membership/classes/class.ilMembershipRegistrationSettingsGUI.php';
26 $GLOBALS[
'DIC'][
'lng']->loadLanguageModule(
'sess');
34 $notificationCheckBox = $form->
getItemByPostVar(
'registration_notification');
35 $notificationCheckBox->setChecked($this->
getCurrentObject()->isRegistrationNotificationEnabled());
38 $notificationOption->setValue($this->
getCurrentObject()->getRegistrationNotificationOption());
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
An exception for terminatinating execution or to throw for unit testing.
getCurrentObject()
Get current object.
Class ilObjectGUI Basic methods of all Output classes.
Class ilObject Basic functions for all objects.
setFormValues(ilPropertyFormGUI $form)
Set form values.
__construct(ilObjectGUI $gui_object, ilObject $object, $a_options)
Overwitten to load language module.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc