This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
|
static | returnDbTableName () |
|
static | hasDimissed (ilObjUser $ilObjUser, ilADNNotification $ilADNNotification) |
|
static | dismiss (ilObjUser $ilObjUser, ilADNNotification $ilADNNotification) |
|
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 () |
| never use in ILIAS Core, Plugins only More...
|
|
static | preloadObjects () |
|
static | additionalParams (array $additional_params) |
|
static | findOrFail ($primary_key, array $add_constructor_args=array()) |
| 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=array()) |
|
static | where ($where, $operator=null) |
|
static | innerjoinAR (ActiveRecord $ar, $on_this, $on_external, array $fields=array(' *'), string $operator='=', $both_external=false) |
|
static | innerjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
|
static | leftjoin ( $tablename, $on_this, $on_external, array $fields=array(' *'), string $operator='=', bool $both_external=false) |
|
static | orderBy ($orderBy, string $orderDirection='ASC') |
|
static | dateFormat (string $date_format='d.m.Y - H:i:s') |
|
static | limit ($start, $end) |
|
static | affectedRows () |
|
static | count () |
|
static | get () |
|
static | debug () |
|
static | first () |
|
static | getCollection () |
|
static | last () |
|
static | getFirstFromLastQuery () |
|
static | connector (arConnector $connector) |
|
static | raw (bool $set_raw=true) |
|
static | getArray (?string $key=null, $values=null) |
|
static | _toCamelCase (string $str, bool $capitalise_first_char=false) |
|
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 ilADNDismiss
- Author
- Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
- Version
- 1.0.0
Definition at line 24 of file class.ilADNDismiss.php.
◆ dismiss()
◆ getConnectorContainerName()
ilADNDismiss::getConnectorContainerName |
( |
| ) |
|
◆ getId()
◆ getNotificationId()
ilADNDismiss::getNotificationId |
( |
| ) |
|
◆ getUsrId()
ilADNDismiss::getUsrId |
( |
| ) |
|
◆ hasDimissed()
◆ returnDbTableName()
static ilADNDismiss::returnDbTableName |
( |
| ) |
|
|
static |
◆ setId()
ilADNDismiss::setId |
( |
int |
$id | ) |
|
◆ setNotificationId()
ilADNDismiss::setNotificationId |
( |
int |
$notification_id | ) |
|
◆ setUsrId()
ilADNDismiss::setUsrId |
( |
int |
$usr_id | ) |
|
◆ $id
int ilADNDismiss::$id = null |
|
protected |
◆ $notification_id
int ilADNDismiss::$notification_id = 0 |
|
protected |
◆ $request_cache
array ilADNDismiss::$request_cache = array() |
|
staticprotected |
◆ $usr_id
int ilADNDismiss::$usr_id = 0 |
|
protected |
◆ TABLE_NAME
const ilADNDismiss::TABLE_NAME = 'il_adn_dismiss' |
The documentation for this class was generated from the following file: