ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
class for checking external links in page objects. More...
Public Member Functions | |
__construct ($db) | |
setUserId ($a_usr_id) | |
getUserId () | |
setObjId ($a_obj_id) | |
getObjId () | |
addNotifier () | |
deleteNotifier () | |
Static Public Member Functions | |
static | _getNotifyStatus ($a_usr_id, $a_obj_id) |
static | _deleteUser ($a_usr_id) |
static | _deleteObject ($a_obj_id) |
static | _getNotifiers ($a_obj_id) |
static | _getAllNotifiers (&$db) |
Data Fields | |
$db = null | |
class for checking external links in page objects.
All user who want to get messages about invalid links of a page_object are stored here
Definition at line 11 of file class.ilLinkCheckNotify.php.
ilLinkCheckNotify::__construct | ( | $db | ) |
Definition at line 16 of file class.ilLinkCheckNotify.php.
References $db.
|
static |
Definition at line 89 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, and $res.
Referenced by ilObjLinkResource\delete(), and ilwebresourceTest\testLinkCheck().
|
static |
Definition at line 79 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, and $res.
Referenced by ilObjUser\delete().
|
static |
Definition at line 115 of file class.ilLinkCheckNotify.php.
References $db, $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilLinkChecker\__sendMail().
|
static |
Definition at line 100 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, $res, $row, array, and ilDBConstants\FETCHMODE_OBJECT.
Referenced by ilwebresourceTest\testLinkCheck().
|
static |
Definition at line 67 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, and $res.
Referenced by ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), and ilwebresourceTest\testLinkCheck().
ilLinkCheckNotify::addNotifier | ( | ) |
Definition at line 38 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, $res, deleteNotifier(), getObjId(), and getUserId().
ilLinkCheckNotify::deleteNotifier | ( | ) |
Definition at line 54 of file class.ilLinkCheckNotify.php.
References $ilDB, $query, $res, getObjId(), and getUserId().
Referenced by addNotifier().
ilLinkCheckNotify::getObjId | ( | ) |
Definition at line 33 of file class.ilLinkCheckNotify.php.
Referenced by addNotifier(), and deleteNotifier().
ilLinkCheckNotify::getUserId | ( | ) |
Definition at line 25 of file class.ilLinkCheckNotify.php.
Referenced by addNotifier(), and deleteNotifier().
ilLinkCheckNotify::setObjId | ( | $a_obj_id | ) |
Definition at line 29 of file class.ilLinkCheckNotify.php.
ilLinkCheckNotify::setUserId | ( | $a_usr_id | ) |
Definition at line 21 of file class.ilLinkCheckNotify.php.
ilLinkCheckNotify::$db = null |
Definition at line 13 of file class.ilLinkCheckNotify.php.
Referenced by __construct(), and _getAllNotifiers().