|
ILIAS
Release_5_0_x_branch Revision 61816
|
Class Bookmarks Bookmark management. More...
Collaboration diagram for ilBookmark:Public Member Functions | |
| ilBookmark ($a_bm_id=0, $a_tree_id=0) | |
| Constructor public. | |
| read () | |
| read bookmark folder data from db | |
| delete () | |
| Delete bookmark data. | |
| create () | |
| Create new bookmark item. | |
| update () | |
| Update bookmark item. | |
| setId ($a_id) | |
| getId () | |
| setTitle ($a_str) | |
| set title public | |
| getTitle () | |
| setDescription ($a_str) | |
| set description public | |
| getDescription () | |
| setTarget ($a_target) | |
| set target public | |
| getTarget () | |
| setParent ($a_parent_id) | |
| getParent () | |
Static Public Member Functions | |
| static | _getTypeOfId ($a_id) |
| get type of a given id | |
Data Fields | |
| $user_Id | |
| $ilias | |
| $tree | |
| $title | |
| $description | |
| $target | |
| $id | |
| $parent | |
Class Bookmarks Bookmark management.
Definition at line 17 of file class.ilBookmark.php.
|
static |
get type of a given id
| number | id |
Definition at line 226 of file class.ilBookmark.php.
Referenced by ilBookmarkAdministrationGUI\confirm(), and ilBookmarkAdministrationGUI\delete().
Here is the caller graph for this function:| ilBookmark::create | ( | ) |
Create new bookmark item.
Definition at line 113 of file class.ilBookmark.php.
References $_SESSION, $ilDB, getDescription(), getId(), getParent(), getTarget(), getTitle(), and setId().
Here is the call graph for this function:| ilBookmark::delete | ( | ) |
Delete bookmark data.
Definition at line 97 of file class.ilBookmark.php.
References $ilDB, and getId().
Here is the call graph for this function:| ilBookmark::getDescription | ( | ) |
Definition at line 191 of file class.ilBookmark.php.
References $description.
Referenced by create().
Here is the caller graph for this function:| ilBookmark::getId | ( | ) |
| ilBookmark::getParent | ( | ) |
Definition at line 217 of file class.ilBookmark.php.
References $parent.
Referenced by create().
Here is the caller graph for this function:| ilBookmark::getTarget | ( | ) |
Definition at line 207 of file class.ilBookmark.php.
References $target.
Referenced by create().
Here is the caller graph for this function:| ilBookmark::getTitle | ( | ) |
Definition at line 177 of file class.ilBookmark.php.
References $title.
Referenced by create().
Here is the caller graph for this function:| ilBookmark::ilBookmark | ( | $a_bm_id = 0, |
|
$a_tree_id = 0 |
|||
| ) |
Constructor public.
| integer | user_id (optional) |
Definition at line 45 of file class.ilBookmark.php.
References $_SESSION, $ilias, and read().
Here is the call graph for this function:| ilBookmark::read | ( | ) |
read bookmark folder data from db
Definition at line 72 of file class.ilBookmark.php.
References $ilDB, $ilias, getId(), setDescription(), setParent(), setTarget(), and setTitle().
Referenced by ilBookmark().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmark::setDescription | ( | $a_str | ) |
set description public
| string |
Definition at line 186 of file class.ilBookmark.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmark::setId | ( | $a_id | ) |
Definition at line 157 of file class.ilBookmark.php.
Referenced by create().
Here is the caller graph for this function:| ilBookmark::setParent | ( | $a_parent_id | ) |
Definition at line 212 of file class.ilBookmark.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmark::setTarget | ( | $a_target | ) |
set target public
| string |
Definition at line 201 of file class.ilBookmark.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmark::setTitle | ( | $a_str | ) |
set title public
| string |
Definition at line 172 of file class.ilBookmark.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmark::update | ( | ) |
Update bookmark item.
Definition at line 136 of file class.ilBookmark.php.
References $ilDB.
| ilBookmark::$description |
Definition at line 35 of file class.ilBookmark.php.
Referenced by getDescription().
| ilBookmark::$id |
Definition at line 37 of file class.ilBookmark.php.
Referenced by getId().
| ilBookmark::$ilias |
Definition at line 31 of file class.ilBookmark.php.
Referenced by _getTypeOfId(), ilBookmark(), and read().
| ilBookmark::$parent |
Definition at line 38 of file class.ilBookmark.php.
Referenced by getParent().
| ilBookmark::$target |
Definition at line 36 of file class.ilBookmark.php.
Referenced by getTarget().
| ilBookmark::$title |
Definition at line 34 of file class.ilBookmark.php.
Referenced by getTitle().
| ilBookmark::$tree |
Definition at line 32 of file class.ilBookmark.php.
| ilBookmark::$user_Id |
Definition at line 24 of file class.ilBookmark.php.