Class ilADNNotificationUIFormGUI.
More...
|
static | $tags = ['a', 'strong', 'ol', 'ul', 'li', 'p'] |
|
◆ fillForm()
ilADNNotificationUIFormGUI::fillForm |
( |
| ) |
|
◆ fillObject()
ilADNNotificationUIFormGUI::fillObject |
( |
| ) |
|
|
protected |
◆ getDenotations()
ilADNNotificationUIFormGUI::getDenotations |
( |
| ) |
|
|
protected |
◆ getHTML()
ilADNNotificationUIFormGUI::getHTML |
( |
| ) |
|
Definition at line 126 of file class.ilADNNotificationUIFormGUI.php.
References $c, $format, $notification, $section, ilRbacReview\FILTER_ALL_GLOBAL, getDenotations(), getRoles(), infoTxt(), notification(), txt(), and ui().
128 return $this->renderer->render($this->form);
◆ getRoles()
ilADNNotificationUIFormGUI::getRoles |
( |
|
$filter | ) |
|
|
protected |
- Parameters
-
- Returns
- array|int[]
Definition at line 374 of file class.ilADNNotificationUIFormGUI.php.
References $DIC.
Referenced by getHTML().
378 foreach ($DIC->rbac()->review()->getRolesByFilter($filter) as $role) {
379 $opt[$role[
'obj_id']] = $role[
'title'] .
' (' . $role[
'obj_id'] .
')';
◆ infoTxt()
ilADNNotificationUIFormGUI::infoTxt |
( |
string |
$var | ) |
|
|
protected |
◆ saveObject()
ilADNNotificationUIFormGUI::saveObject |
( |
| ) |
|
◆ setValuesByPost()
ilADNNotificationUIFormGUI::setValuesByPost |
( |
| ) |
|
◆ txt()
ilADNNotificationUIFormGUI::txt |
( |
string |
$var | ) |
|
|
protected |
◆ $action
ilADNNotificationUIFormGUI::$action |
|
protected |
◆ $called
ilADNNotificationUIFormGUI::$called = [] |
|
protected |
◆ $ctrl
ilADNNotificationUIFormGUI::$ctrl |
|
protected |
◆ $form
ilADNNotificationUIFormGUI::$form |
|
protected |
◆ $lng
ilADNNotificationUIFormGUI::$lng |
|
protected |
◆ $notification
ilADNNotificationUIFormGUI::$notification |
|
protected |
◆ $refinery
ilADNNotificationUIFormGUI::$refinery |
|
private |
◆ $renderer
ilADNNotificationUIFormGUI::$renderer |
|
protected |
◆ $request
ilADNNotificationUIFormGUI::$request |
|
protected |
◆ $tags
ilADNNotificationUIFormGUI::$tags = ['a', 'strong', 'ol', 'ul', 'li', 'p'] |
|
staticprotected |
◆ $ui
ilADNNotificationUIFormGUI::$ui |
|
protected |
◆ F_ADDITIONAL_CLASSES
const ilADNNotificationUIFormGUI::F_ADDITIONAL_CLASSES = 'additional_classes' |
◆ F_ALLOWED_USERS
const ilADNNotificationUIFormGUI::F_ALLOWED_USERS = 'allowed_users' |
◆ F_BODY
const ilADNNotificationUIFormGUI::F_BODY = 'body' |
◆ F_DISMISSABLE
const ilADNNotificationUIFormGUI::F_DISMISSABLE = 'dismissable' |
◆ F_DISPLAY_DATE
const ilADNNotificationUIFormGUI::F_DISPLAY_DATE = 'display_date' |
◆ F_DISPLAY_DATE_END
const ilADNNotificationUIFormGUI::F_DISPLAY_DATE_END = 'display_date_end' |
◆ F_DISPLAY_DATE_START
const ilADNNotificationUIFormGUI::F_DISPLAY_DATE_START = 'display_date_start' |
◆ F_EVENT_DATE
const ilADNNotificationUIFormGUI::F_EVENT_DATE = 'event_date' |
◆ F_EVENT_DATE_END
const ilADNNotificationUIFormGUI::F_EVENT_DATE_END = 'event_date_end' |
◆ F_EVENT_DATE_START
const ilADNNotificationUIFormGUI::F_EVENT_DATE_START = 'event_date_start' |
◆ F_INTERRUPTIVE
const ilADNNotificationUIFormGUI::F_INTERRUPTIVE = 'interruptive' |
◆ F_LIMIT_TO_ROLES
const ilADNNotificationUIFormGUI::F_LIMIT_TO_ROLES = 'limit_to_roles' |
◆ F_LIMITED_TO_ROLE_IDS
const ilADNNotificationUIFormGUI::F_LIMITED_TO_ROLE_IDS = 'limited_to_role_ids' |
◆ F_PERMANENT
const ilADNNotificationUIFormGUI::F_PERMANENT = 'permanent' |
◆ F_POSITION
const ilADNNotificationUIFormGUI::F_POSITION = 'position' |
◆ F_PRESENTATION
const ilADNNotificationUIFormGUI::F_PRESENTATION = 'presentation' |
◆ F_PREVENT_LOGIN
const ilADNNotificationUIFormGUI::F_PREVENT_LOGIN = 'prevent_login' |
◆ F_SHOW_TO_ALL_ROLES
const ilADNNotificationUIFormGUI::F_SHOW_TO_ALL_ROLES = 'show_to_all_roles' |
◆ F_TITLE
const ilADNNotificationUIFormGUI::F_TITLE = 'title' |
◆ F_TYPE
const ilADNNotificationUIFormGUI::F_TYPE = 'type' |
◆ F_TYPE_DURING_EVENT
const ilADNNotificationUIFormGUI::F_TYPE_DURING_EVENT = 'type_during_event' |
The documentation for this class was generated from the following file: