|
ILIAS
Release_4_3_x_branch Revision 61807
|
class for checking external links in page objects. More...
Collaboration diagram for ilLinkCheckNotify:Public Member Functions | |
| ilLinkCheckNotify (&$db) | |
| setUserId ($a_usr_id) | |
| getUserId () | |
| setObjId ($a_obj_id) | |
| getObjId () | |
| addNotifier () | |
| deleteNotifier () | |
| _getNotifyStatus ($a_usr_id, $a_obj_id) | |
| _deleteUser ($a_usr_id) | |
| _deleteObject ($a_obj_id) | |
| _getNotifiers ($a_obj_id) | |
| _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::_deleteObject | ( | $a_obj_id | ) |
Definition at line 89 of file class.ilLinkCheckNotify.php.
Referenced by ilObjLinkResource\delete(), and ilwebresourceTest\testLinkCheck().
Here is the caller graph for this function:| ilLinkCheckNotify::_deleteUser | ( | $a_usr_id | ) |
Definition at line 79 of file class.ilLinkCheckNotify.php.
Referenced by ilObjUser\delete().
Here is the caller graph for this function:| ilLinkCheckNotify::_getAllNotifiers | ( | & | $db | ) |
Definition at line 116 of file class.ilLinkCheckNotify.php.
References $db, $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilLinkChecker\__sendMail().
Here is the caller graph for this function:| ilLinkCheckNotify::_getNotifiers | ( | $a_obj_id | ) |
Definition at line 100 of file class.ilLinkCheckNotify.php.
References $query, $res, $row, and DB_FETCHMODE_OBJECT.
Referenced by ilwebresourceTest\testLinkCheck().
Here is the caller graph for this function:| ilLinkCheckNotify::_getNotifyStatus | ( | $a_usr_id, | |
| $a_obj_id | |||
| ) |
Definition at line 67 of file class.ilLinkCheckNotify.php.
Referenced by ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), and ilwebresourceTest\testLinkCheck().
Here is the caller graph for this function:| ilLinkCheckNotify::addNotifier | ( | ) |
Definition at line 38 of file class.ilLinkCheckNotify.php.
References $query, $res, deleteNotifier(), getObjId(), and getUserId().
Here is the call graph for this function:| ilLinkCheckNotify::deleteNotifier | ( | ) |
Definition at line 54 of file class.ilLinkCheckNotify.php.
References $query, $res, getObjId(), and getUserId().
Referenced by addNotifier().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLinkCheckNotify::getObjId | ( | ) |
Definition at line 33 of file class.ilLinkCheckNotify.php.
Referenced by addNotifier(), and deleteNotifier().
Here is the caller graph for this function:| ilLinkCheckNotify::getUserId | ( | ) |
Definition at line 25 of file class.ilLinkCheckNotify.php.
References $usr_id.
Referenced by addNotifier(), and deleteNotifier().
Here is the caller graph for this function:| ilLinkCheckNotify::ilLinkCheckNotify | ( | & | $db | ) |
| 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 _getAllNotifiers(), and ilLinkCheckNotify().