ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getConnectorContainerName () | |
@description Return the Name of your Connector Table More... | |
dismiss (ilObjUser $ilObjUser) | |
resetForAllUsers () | |
getFullTimeFormated () | |
isUserAllowedToDismiss (ilObjUser $user) | |
getActiveType () | |
isVisibleForUser (ilObjUser $ilObjUser) | |
wakeUp ($field_name, $field_value) | |
create () | |
setBody (string $body) | |
getBody () | |
setDisplayEnd (DateTimeImmutable $display_end) | |
getDisplayEnd () | |
setDisplayStart (DateTimeImmutable $display_start) | |
getDisplayStart () | |
setEventEnd (DateTimeImmutable $event_end) | |
getEventEnd () | |
setEventStart (DateTimeImmutable $event_start) | |
getEventStart () | |
setId (int $id) | |
getId () | |
setTitle (string $title) | |
getTitle () | |
setType (int $type) | |
getType () | |
setTypeDuringEvent (int $type_during_event) | |
getTypeDuringEvent () | |
setDismissable (bool $dismissable) | |
getDismissable () | |
setPermanent (bool $permanent) | |
isPermanent () | |
isDuringEvent () | |
setCreateDate (DateTimeImmutable $create_date) | |
getCreateDate () | |
setCreatedBy (int $created_by) | |
getCreatedBy () | |
isActive () | |
setActive (bool $active) | |
getLimitedToLanguages () | |
setLimitedToLanguages (array $limited_to_languages) | |
hasLanguageLimitation () | |
setHasLanguageLimitation (bool $has_language_limitation) | |
getLimitedToRoleIds () | |
setLimitedToRoleIds (array $limited_to_role_ids) | |
isLimitToRoles () | |
setLimitToRoles (bool $limit_to_roles) | |
![]() | |
getArConnector () | |
getArFieldList () | |
getConnectorContainerName () | |
@description Return the Name of your Connector Table More... | |
setConnectorContainerName (string $connector_container_name) | |
getPrimaryFieldValue () | |
setPrimaryFieldValue ($value) | |
__construct (mixed $primary_key=0) | |
storeObjectToCache () | |
asStdClass () | |
asArray () | |
buildFromArray (array $array) | |
fixDateField ($field_name, string $value) | |
sleep ($field_name) | |
wakeUp ($field_name, $field_value) | |
getArrayForConnector () | |
installConnector () | |
store () | |
save () | |
create () | |
copy (int $new_id=0) | |
afterObjectLoad () | |
read () | |
update () | |
delete () | |
__call ($name, $arguments) | |
Static Public Member Functions | |
static | returnDbTableName () |
![]() | |
static | returnDbTableName () |
static | installDB () |
static | renameDBField (string $old_name, string $new_name) |
static | tableExists () |
static | fieldExists (string $field_name) |
static | removeDBField (string $field_name) |
static | updateDB () |
static | resetDB () |
static | truncateDB () |
static | flushDB () |
@depracated never use in ILIAS Core, Plugins only More... | |
static | preloadObjects () |
static | additionalParams (array $additional_params) |
static | findOrFail ($primary_key, array $add_constructor_args=[]) |
Tries to find the object and throws an Exception if object is not found, instead of returning null. More... | |
static | findOrGetInstance ($primary_key, array $add_constructor_args=[]) |
static | where ($where, $operator=null) |
static | innerjoinAR (ActiveRecord $activeRecord, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | innerjoin (string $tablename, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | leftjoin (string $tablename, $on_this, string $on_external, array $fields=[' *'], string $operator='=', bool $both_external=false) |
static | orderBy (string $orderBy, string $orderDirection='ASC') |
static | dateFormat (string $date_format='d.m.Y - H:i:s') |
static | limit (int $start, int $end) |
static | affectedRows () |
static | count () |
static | get () |
static | debug () |
static | first () |
static | getCollection () |
static | last () |
static | getFirstFromLastQuery () |
static | connector (arConnector $arConnector) |
static | raw (bool $set_raw=true) |
static | getArray (?string $key=null, string|array|null $values=null) |
static | _toCamelCase (string $str, bool $capitalise_first_char=false) |
Data Fields | |
const | POS_TOP = 1 |
const | POS_RIGHT = 2 |
const | POST_LEFT = 3 |
const | POS_BOTTOM = 4 |
const | DATE_FORMAT = 'd.m.Y' |
const | TIME_FORMAT = 'H:i' |
const | DATE_TIME_FORMAT = 'd.m.Y H:i' |
const | TYPE_INFO = 1 |
const | TYPE_WARNING = 2 |
const | TYPE_ERROR = 3 |
const | TABLE_NAME = 'il_adn_notifications' |
const | LINK_TYPE_NONE = 0 |
const | LINK_TYPE_REF_ID = 1 |
const | LINK_TYPE_URL = 2 |
Protected Member Functions | |
hasUserDismissed (ilObjUser $ilObjUser) | |
isVisible () | |
isVisibleToUserBasedOnLanguage (ilObjUser $ilObjUser) | |
isVisibleRoleUserRoles (ilObjUser $ilObjUser) | |
hasEventStarted () | |
hasDisplayStarted () | |
hasEventEnded () | |
hasDisplayEnded () | |
getTime () | |
![]() | |
installDatabase () | |
Protected Attributes | |
int | $id = null |
@con_is_primary true @con_sequence true @con_is_unique true @con_has_field true @con_fieldtype integer @con_length 8 More... | |
string | $title = '' |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
string | $body = '' |
@con_has_field true @con_fieldtype clob More... | |
DateTimeImmutable | $event_start = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
DateTimeImmutable | $event_end = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
DateTimeImmutable | $display_start = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
DateTimeImmutable | $display_end = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
int | $type = self::TYPE_INFO |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
int | $type_during_event = self::TYPE_ERROR |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
bool | $dismissable = true |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
bool | $permanent = true |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
array | $allowed_users = [0, 6, 13] |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
int | $parent_id = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
DateTimeImmutable | $create_date = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
DateTimeImmutable | $last_update |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
int | $created_by = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
int | $last_update_by = null |
@con_has_field true @con_fieldtype integer @con_length 8 More... | |
bool | $active = true |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
array | $limited_to_languages = [] |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
bool | $has_language_limitation = false |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
array | $limited_to_role_ids = [] |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
bool | $limit_to_roles = false |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
bool | $interruptive = false |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
string | $link = '' |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
int | $link_type = self::LINK_TYPE_NONE |
@con_has_field true @con_fieldtype integer @con_length 1 More... | |
string | $link_target = '_top' |
@con_has_field true @con_fieldtype text @con_length 256 More... | |
![]() | |
bool | $ar_safe_read = true |
string | $connector_container_name = '' |
bool | $is_new = true |
Static Protected Attributes | |
static array | $allowed_user_ids = [0, 13, 6] |
Additional Inherited Members | |
![]() | |
static | getCalledClass () |
@description Returns an instance of the instatiated calling active record (needs to be done in static methods) @TODO : This should be cached somehow More... | |
static | fromCamelCase (string $str) |
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 Class ilADNNotification
Definition at line 24 of file class.ilADNNotification.php.
ilADNNotification::create | ( | ) |
Reimplemented from ActiveRecord.
Definition at line 402 of file class.ilADNNotification.php.
References $DIC, setCreateDate(), and setCreatedBy().
ilADNNotification::dismiss | ( | ilObjUser | $ilObjUser | ) |
Definition at line 56 of file class.ilADNNotification.php.
References ilADNDismiss\dismiss(), and isUserAllowedToDismiss().
ilADNNotification::getActiveType | ( | ) |
Definition at line 102 of file class.ilADNNotification.php.
References getType(), getTypeDuringEvent(), hasDisplayEnded(), hasDisplayStarted(), hasEventEnded(), hasEventStarted(), isPermanent(), and TYPE_INFO.
ilADNNotification::getBody | ( | ) |
Definition at line 415 of file class.ilADNNotification.php.
References $body.
ilADNNotification::getConnectorContainerName | ( | ) |
@description Return the Name of your Connector Table
Reimplemented from ActiveRecord.
Definition at line 43 of file class.ilADNNotification.php.
References TABLE_NAME.
ilADNNotification::getCreateDate | ( | ) |
Definition at line 553 of file class.ilADNNotification.php.
ilADNNotification::getCreatedBy | ( | ) |
Definition at line 563 of file class.ilADNNotification.php.
References $created_by.
ilADNNotification::getDismissable | ( | ) |
Definition at line 508 of file class.ilADNNotification.php.
References $dismissable.
Referenced by hasUserDismissed(), and isUserAllowedToDismiss().
ilADNNotification::getDisplayEnd | ( | ) |
Definition at line 425 of file class.ilADNNotification.php.
Referenced by hasDisplayEnded().
ilADNNotification::getDisplayStart | ( | ) |
Definition at line 435 of file class.ilADNNotification.php.
Referenced by hasDisplayStarted().
ilADNNotification::getEventEnd | ( | ) |
Definition at line 445 of file class.ilADNNotification.php.
Referenced by getFullTimeFormated(), and hasEventEnded().
ilADNNotification::getEventStart | ( | ) |
Definition at line 455 of file class.ilADNNotification.php.
Referenced by getFullTimeFormated(), and hasEventStarted().
ilADNNotification::getFullTimeFormated | ( | ) |
Definition at line 79 of file class.ilADNNotification.php.
References getEventEnd(), and getEventStart().
ilADNNotification::getId | ( | ) |
Definition at line 465 of file class.ilADNNotification.php.
References $id.
Referenced by ilADNNotificationGUI\confirmDelete(), ilADNDismiss\dismiss(), ilADNDismiss\hasDimissed(), and resetForAllUsers().
ilADNNotification::getLimitedToLanguages | ( | ) |
Definition at line 583 of file class.ilADNNotification.php.
References $limited_to_languages.
ilADNNotification::getLimitedToRoleIds | ( | ) |
Definition at line 603 of file class.ilADNNotification.php.
References $limited_to_role_ids.
Referenced by isVisibleRoleUserRoles().
|
protected |
Definition at line 568 of file class.ilADNNotification.php.
Referenced by hasDisplayEnded(), hasDisplayStarted(), hasEventEnded(), and hasEventStarted().
ilADNNotification::getTitle | ( | ) |
Definition at line 475 of file class.ilADNNotification.php.
References $title.
Referenced by ilADNNotificationGUI\confirmDelete().
ilADNNotification::getType | ( | ) |
Definition at line 485 of file class.ilADNNotification.php.
References $type.
Referenced by getActiveType().
ilADNNotification::getTypeDuringEvent | ( | ) |
Definition at line 495 of file class.ilADNNotification.php.
References TYPE_INFO.
Referenced by getActiveType().
|
protected |
Definition at line 528 of file class.ilADNNotification.php.
References getDisplayEnd(), and getTime().
Referenced by getActiveType(), and isVisible().
|
protected |
Definition at line 518 of file class.ilADNNotification.php.
References getDisplayStart(), and getTime().
Referenced by getActiveType(), and isVisible().
|
protected |
Definition at line 523 of file class.ilADNNotification.php.
References getEventEnd(), and getTime().
Referenced by getActiveType(), isDuringEvent(), and isVisible().
|
protected |
Definition at line 513 of file class.ilADNNotification.php.
References getEventStart(), and getTime().
Referenced by getActiveType(), isDuringEvent(), and isVisible().
ilADNNotification::hasLanguageLimitation | ( | ) |
Definition at line 593 of file class.ilADNNotification.php.
References $has_language_limitation.
Referenced by isVisibleToUserBasedOnLanguage().
|
protected |
Definition at line 63 of file class.ilADNNotification.php.
References getDismissable(), and ilADNDismiss\hasDimissed().
Referenced by isVisibleForUser().
ilADNNotification::isActive | ( | ) |
Definition at line 573 of file class.ilADNNotification.php.
References $active.
ilADNNotification::isDuringEvent | ( | ) |
Definition at line 543 of file class.ilADNNotification.php.
References hasEventEnded(), and hasEventStarted().
ilADNNotification::isLimitToRoles | ( | ) |
Definition at line 613 of file class.ilADNNotification.php.
References $limit_to_roles.
Referenced by isVisibleRoleUserRoles().
ilADNNotification::isPermanent | ( | ) |
Definition at line 538 of file class.ilADNNotification.php.
References $permanent.
Referenced by getActiveType(), and isVisible().
ilADNNotification::isUserAllowedToDismiss | ( | ilObjUser | $user | ) |
Definition at line 97 of file class.ilADNNotification.php.
References ANONYMOUS_USER_ID, getDismissable(), and ilObject\getId().
Referenced by dismiss(), and ilADNDismiss\dismiss().
|
protected |
Definition at line 117 of file class.ilADNNotification.php.
References hasDisplayEnded(), hasDisplayStarted(), hasEventEnded(), hasEventStarted(), and isPermanent().
Referenced by isVisibleForUser().
ilADNNotification::isVisibleForUser | ( | ilObjUser | $ilObjUser | ) |
Definition at line 131 of file class.ilADNNotification.php.
References ilObject\getId(), hasUserDismissed(), isVisible(), isVisibleRoleUserRoles(), and isVisibleToUserBasedOnLanguage().
|
protected |
Definition at line 156 of file class.ilADNNotification.php.
References $DIC, ilObject\getId(), getLimitedToRoleIds(), and isLimitToRoles().
Referenced by isVisibleForUser().
|
protected |
Definition at line 146 of file class.ilADNNotification.php.
References ilObjUser\getLanguage(), and hasLanguageLimitation().
Referenced by isVisibleForUser().
ilADNNotification::resetForAllUsers | ( | ) |
Definition at line 72 of file class.ilADNNotification.php.
References getId(), and ActiveRecord\where().
|
static |
Reimplemented from ActiveRecord.
Definition at line 51 of file class.ilADNNotification.php.
References TABLE_NAME.
ilADNNotification::setActive | ( | bool | $active | ) |
Definition at line 578 of file class.ilADNNotification.php.
References $active.
ilADNNotification::setBody | ( | string | $body | ) |
Definition at line 410 of file class.ilADNNotification.php.
References $body.
ilADNNotification::setCreateDate | ( | DateTimeImmutable | $create_date | ) |
Definition at line 548 of file class.ilADNNotification.php.
References $create_date.
Referenced by create().
ilADNNotification::setCreatedBy | ( | int | $created_by | ) |
Definition at line 558 of file class.ilADNNotification.php.
References $created_by.
Referenced by create().
ilADNNotification::setDismissable | ( | bool | $dismissable | ) |
Definition at line 503 of file class.ilADNNotification.php.
References $dismissable.
ilADNNotification::setDisplayEnd | ( | DateTimeImmutable | $display_end | ) |
Definition at line 420 of file class.ilADNNotification.php.
References $display_end.
ilADNNotification::setDisplayStart | ( | DateTimeImmutable | $display_start | ) |
Definition at line 430 of file class.ilADNNotification.php.
References $display_start.
ilADNNotification::setEventEnd | ( | DateTimeImmutable | $event_end | ) |
Definition at line 440 of file class.ilADNNotification.php.
References $event_end.
ilADNNotification::setEventStart | ( | DateTimeImmutable | $event_start | ) |
Definition at line 450 of file class.ilADNNotification.php.
References $event_start.
ilADNNotification::setHasLanguageLimitation | ( | bool | $has_language_limitation | ) |
Definition at line 598 of file class.ilADNNotification.php.
References $has_language_limitation.
ilADNNotification::setId | ( | int | $id | ) |
Definition at line 460 of file class.ilADNNotification.php.
References $id.
ilADNNotification::setLimitedToLanguages | ( | array | $limited_to_languages | ) |
Definition at line 588 of file class.ilADNNotification.php.
References $limited_to_languages.
ilADNNotification::setLimitedToRoleIds | ( | array | $limited_to_role_ids | ) |
Definition at line 608 of file class.ilADNNotification.php.
References $limited_to_role_ids.
ilADNNotification::setLimitToRoles | ( | bool | $limit_to_roles | ) |
Definition at line 618 of file class.ilADNNotification.php.
References $limit_to_roles.
ilADNNotification::setPermanent | ( | bool | $permanent | ) |
Definition at line 533 of file class.ilADNNotification.php.
References $permanent.
ilADNNotification::setTitle | ( | string | $title | ) |
Definition at line 470 of file class.ilADNNotification.php.
References $title.
ilADNNotification::setType | ( | int | $type | ) |
Definition at line 480 of file class.ilADNNotification.php.
References $type.
ilADNNotification::setTypeDuringEvent | ( | int | $type_during_event | ) |
Definition at line 490 of file class.ilADNNotification.php.
References $type_during_event.
ilADNNotification::wakeUp | ( | $field_name, | |
$field_value | |||
) |
string | $field_name | |
mixed | $field_value |
Reimplemented from ActiveRecord.
Definition at line 337 of file class.ilADNNotification.php.
References $allowed_user_ids, and ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 282 of file class.ilADNNotification.php.
Referenced by isActive(), and setActive().
|
staticprotected |
Definition at line 40 of file class.ilADNNotification.php.
Referenced by wakeUp().
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 246 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype clob
Definition at line 192 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 258 of file class.ilADNNotification.php.
Referenced by setCreateDate().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 270 of file class.ilADNNotification.php.
Referenced by getCreatedBy(), and setCreatedBy().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 234 of file class.ilADNNotification.php.
Referenced by getDismissable(), and setDismissable().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 216 of file class.ilADNNotification.php.
Referenced by setDisplayEnd().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 210 of file class.ilADNNotification.php.
Referenced by setDisplayStart().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 204 of file class.ilADNNotification.php.
Referenced by setEventEnd().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 198 of file class.ilADNNotification.php.
Referenced by setEventStart().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 294 of file class.ilADNNotification.php.
Referenced by hasLanguageLimitation(), and setHasLanguageLimitation().
|
protected |
@con_is_primary true @con_sequence true @con_is_unique true @con_has_field true @con_fieldtype integer @con_length 8
Definition at line 181 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 312 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 264 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 276 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 306 of file class.ilADNNotification.php.
Referenced by isLimitToRoles(), and setLimitToRoles().
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 288 of file class.ilADNNotification.php.
Referenced by getLimitedToLanguages(), and setLimitedToLanguages().
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 300 of file class.ilADNNotification.php.
Referenced by getLimitedToRoleIds(), and setLimitedToRoleIds().
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 318 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 330 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 324 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 8
Definition at line 252 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 240 of file class.ilADNNotification.php.
Referenced by isPermanent(), and setPermanent().
|
protected |
@con_has_field true @con_fieldtype text @con_length 256
Definition at line 187 of file class.ilADNNotification.php.
Referenced by getTitle(), and setTitle().
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 222 of file class.ilADNNotification.php.
|
protected |
@con_has_field true @con_fieldtype integer @con_length 1
Definition at line 228 of file class.ilADNNotification.php.
Referenced by setTypeDuringEvent().
const ilADNNotification::DATE_FORMAT = 'd.m.Y' |
Definition at line 30 of file class.ilADNNotification.php.
const ilADNNotification::DATE_TIME_FORMAT = 'd.m.Y H:i' |
Definition at line 32 of file class.ilADNNotification.php.
const ilADNNotification::LINK_TYPE_NONE = 0 |
Definition at line 37 of file class.ilADNNotification.php.
const ilADNNotification::LINK_TYPE_REF_ID = 1 |
Definition at line 38 of file class.ilADNNotification.php.
const ilADNNotification::LINK_TYPE_URL = 2 |
Definition at line 39 of file class.ilADNNotification.php.
const ilADNNotification::POS_BOTTOM = 4 |
Definition at line 29 of file class.ilADNNotification.php.
const ilADNNotification::POS_RIGHT = 2 |
Definition at line 27 of file class.ilADNNotification.php.
const ilADNNotification::POS_TOP = 1 |
Definition at line 26 of file class.ilADNNotification.php.
const ilADNNotification::POST_LEFT = 3 |
Definition at line 28 of file class.ilADNNotification.php.
const ilADNNotification::TABLE_NAME = 'il_adn_notifications' |
Definition at line 36 of file class.ilADNNotification.php.
Referenced by getConnectorContainerName(), and returnDbTableName().
const ilADNNotification::TIME_FORMAT = 'H:i' |
Definition at line 31 of file class.ilADNNotification.php.
const ilADNNotification::TYPE_ERROR = 3 |
Definition at line 35 of file class.ilADNNotification.php.
Referenced by ilADNNotificationUIFormGUI\getDenotations(), ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\handleDenotation(), and ilServicesAdministrativeNotificationTest\testBasisc().
const ilADNNotification::TYPE_INFO = 1 |
Definition at line 33 of file class.ilADNNotification.php.
Referenced by getActiveType(), ilADNNotificationUIFormGUI\getDenotations(), and getTypeDuringEvent().
const ilADNNotification::TYPE_WARNING = 2 |
Definition at line 34 of file class.ilADNNotification.php.
Referenced by ilADNNotificationUIFormGUI\getDenotations(), ILIAS\AdministrativeNotification\GlobalScreen\ADNProvider\handleDenotation(), and ilServicesAdministrativeNotificationTest\testBasisc().