| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilSocialBookmarks:
 Collaboration diagram for ilSocialBookmarks:| Static Public Member Functions | |
| static | _initForm ($formhandlerObject, $mode="create", $id=0) | 
| Init Social Bookmark edit/create Form. | |
| static | _insertSocialBookmark ($title, $link, $active, $icon_path) | 
| insert new social bookmark service | |
| static | _updateSocialBookmark ($id, $title, $link, $active, $icon_path=false) | 
| update a social bookmark service | |
| static | _setActive ($id, $active=true) | 
| update a social bookmark service | |
| static | _delete ($id) | 
| update a social bookmark service | |
| static | _deleteImage ($id) | 
| delete image of an service | |
| static | _getEntry ($id=0) | 
Definition at line 13 of file class.ilSocialBookmarks.php.
| 
 | static | 
update a social bookmark service
| int | the id to edit | 
| bool | set the active status to param | 
Definition at line 181 of file class.ilSocialBookmarks.php.
References $ilDB, and _deleteImage().
Referenced by ilObjExternalToolsSettingsGUI\confirmDeleteSocialBookmarksObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
delete image of an service
| int | the id to edit | 
Definition at line 221 of file class.ilSocialBookmarks.php.
Referenced by _delete(), and ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 237 of file class.ilSocialBookmarks.php.
References $ilDB, $result, and $row.
Referenced by ilObjExternalToolsSettingsGUI\deleteSocialBookmarksObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarkObject(), and ilObjExternalToolsSettingsGUI\editSocialBookmarksObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Init Social Bookmark edit/create Form.
| ilObjectGUI | $formhandlerObject | taken as form target | 
| int | $mode | "create" / "edit" | 
Definition at line 21 of file class.ilSocialBookmarks.php.
References $ilCtrl, $lng, ilTextInputGUI\setMaxLength(), ilFileInputGUI\setSuffixes(), and ilCheckboxInputGUI\setValue().
Referenced by ilObjExternalToolsSettingsGUI\addSocialBookmarkObject(), ilObjExternalToolsSettingsGUI\createSocialBookmarkObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarkObject(), and ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
insert new social bookmark service
| string | the title to display | 
| string | the link with placeholders {TITLE} and {LINK} | 
| int | activate on insert 0/1 | 
| string | a relative path (base is <datadir>/social_bm_icons | 
Definition at line 86 of file class.ilSocialBookmarks.php.
Referenced by ilObjExternalToolsSettingsGUI\createSocialBookmarkObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
update a social bookmark service
| int | the id to edit | 
| bool | set the active status to param | 
Definition at line 143 of file class.ilSocialBookmarks.php.
References $ilDB.
Referenced by ilObjExternalToolsSettingsGUI\disableSocialBookmarksObject(), and ilObjExternalToolsSettingsGUI\enableSocialBookmarksObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
update a social bookmark service
| int | the id to edit | 
| string | the title to display | 
| string | the link with placeholders {TITLE} and {LINK} | 
| int | activate on insert 0/1 | 
| string | a relative path (base is <datadir>/social_bm_icons. If none is given, the icon will not be altered | 
Definition at line 111 of file class.ilSocialBookmarks.php.
Referenced by ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function: