ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class Bookmarks Bookmark management. More...
Public Member Functions | |
__construct ($a_bm_id=0, $a_tree_id=0) | |
Constructor public. More... | |
read () | |
read bookmark folder data from db More... | |
delete () | |
Delete bookmark data. More... | |
create () | |
Create new bookmark item. More... | |
update () | |
Update bookmark item. More... | |
setId ($a_id) | |
getId () | |
setTitle ($a_str) | |
set title public More... | |
getTitle () | |
setDescription ($a_str) | |
set description public More... | |
getDescription () | |
setTarget ($a_target) | |
set target public More... | |
getTarget () | |
setParent ($a_parent_id) | |
getParent () | |
Static Public Member Functions | |
static | _getTypeOfId ($a_id) |
get type of a given id More... | |
Data Fields | |
$user_Id | |
$tree | |
$title | |
$description | |
$target | |
$id | |
$parent | |
Protected Attributes | |
$db | |
$error | |
Class Bookmarks Bookmark management.
Definition at line 17 of file class.ilBookmark.php.
ilBookmark::__construct | ( | $a_bm_id = 0 , |
|
$a_tree_id = 0 |
|||
) |
Constructor public.
integer | user_id (optional) |
Definition at line 54 of file class.ilBookmark.php.
References $DIC, $GLOBALS, and read().
|
static |
get type of a given id
number | id |
Definition at line 230 of file class.ilBookmark.php.
Referenced by ilBookmarkAdministrationGUI\confirm(), and ilBookmarkAdministrationGUI\delete().
ilBookmark::create | ( | ) |
Create new bookmark item.
Definition at line 117 of file class.ilBookmark.php.
References $db, $GLOBALS, $ilDB, getId(), getParent(), and setId().
ilBookmark::delete | ( | ) |
Delete bookmark data.
Definition at line 102 of file class.ilBookmark.php.
References $db, $ilDB, and getId().
ilBookmark::getDescription | ( | ) |
ilBookmark::getId | ( | ) |
ilBookmark::getParent | ( | ) |
Definition at line 221 of file class.ilBookmark.php.
References $parent.
Referenced by create().
ilBookmark::getTarget | ( | ) |
Definition at line 211 of file class.ilBookmark.php.
References $target.
ilBookmark::getTitle | ( | ) |
Definition at line 181 of file class.ilBookmark.php.
References $title.
ilBookmark::read | ( | ) |
read bookmark folder data from db
Definition at line 79 of file class.ilBookmark.php.
References $db, $error, $ilDB, $ilErr, $message, getId(), setDescription(), setParent(), setTarget(), and setTitle().
Referenced by __construct().
ilBookmark::setDescription | ( | $a_str | ) |
set description public
string |
Definition at line 190 of file class.ilBookmark.php.
Referenced by read().
ilBookmark::setId | ( | $a_id | ) |
Definition at line 161 of file class.ilBookmark.php.
Referenced by create().
ilBookmark::setParent | ( | $a_parent_id | ) |
Definition at line 216 of file class.ilBookmark.php.
Referenced by read().
ilBookmark::setTarget | ( | $a_target | ) |
set target public
string |
Definition at line 205 of file class.ilBookmark.php.
Referenced by read().
ilBookmark::setTitle | ( | $a_str | ) |
set title public
string |
Definition at line 176 of file class.ilBookmark.php.
Referenced by read().
ilBookmark::update | ( | ) |
|
protected |
ilBookmark::$description |
Definition at line 44 of file class.ilBookmark.php.
Referenced by getDescription().
|
protected |
Definition at line 27 of file class.ilBookmark.php.
Referenced by read().
ilBookmark::$id |
Definition at line 46 of file class.ilBookmark.php.
Referenced by getId().
ilBookmark::$parent |
Definition at line 47 of file class.ilBookmark.php.
Referenced by getParent().
ilBookmark::$target |
Definition at line 45 of file class.ilBookmark.php.
Referenced by getTarget().
ilBookmark::$title |
Definition at line 43 of file class.ilBookmark.php.
Referenced by getTitle().
ilBookmark::$tree |
Definition at line 41 of file class.ilBookmark.php.
ilBookmark::$user_Id |
Definition at line 34 of file class.ilBookmark.php.