|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
bookmark folder (note: this class handles personal bookmarks folders only) More...
Collaboration diagram for ilBookmarkFolder:Public Member Functions | |
| __construct ($a_bmf_id=0, $a_tree_id=0) | |
| Constructor @access public. More... | |
| read () | |
| read bookmark folder data from db More... | |
| delete () | |
| delete object data More... | |
| createNewBookmarkTree () | |
| create personal bookmark tree More... | |
| create () | |
| creates new bookmark folder in db More... | |
| update () | |
| Update bookmark folder item. More... | |
| getId () | |
| setId ($a_id) | |
| getTitle () | |
| setTitle ($a_title) | |
| getParent () | |
| setParent ($a_parent_id) | |
| getRootFolder () | |
Static Public Member Functions | |
| static | _lookupTitle ($a_bmf_id) |
| lookup bookmark folder title More... | |
| static | getObjects ($a_id) |
| static More... | |
| static | _getNumberOfObjects () |
| Get number of folders and bookmarks for current user. More... | |
| static | getObject ($a_id) |
| static More... | |
| static | isRootFolder ($a_id) |
| static | _getParentId ($a_id) |
Data Fields | |
| $tree | |
| $id | |
| $title | |
| $parent | |
Protected Attributes | |
| $db | |
| $error | |
bookmark folder (note: this class handles personal bookmarks folders only)
Definition at line 14 of file class.ilBookmarkFolder.php.
| ilBookmarkFolder::__construct | ( | $a_bmf_id = 0, |
|
$a_tree_id = 0 |
|||
| ) |
Constructor @access public.
| integer | user_id (optional) |
Definition at line 41 of file class.ilBookmarkFolder.php.
References $DIC, $GLOBALS, error(), and read().
Here is the call graph for this function:
|
static |
Get number of folders and bookmarks for current user.
Definition at line 233 of file class.ilBookmarkFolder.php.
References $GLOBALS, and $tree.
Referenced by ilBookmarkBlockGUI\fillDataSection().
Here is the caller graph for this function:
|
static |
Definition at line 292 of file class.ilBookmarkFolder.php.
References $GLOBALS, and $tree.
Referenced by ilBookmarkBlockGUI\getListRowData().
Here is the caller graph for this function:
|
static |
lookup bookmark folder title
Definition at line 181 of file class.ilBookmarkFolder.php.
Referenced by ilBookmarkBlockGUI\getListRowData().
Here is the caller graph for this function:| ilBookmarkFolder::create | ( | ) |
creates new bookmark folder in db
note: parent and title must be set
Definition at line 113 of file class.ilBookmarkFolder.php.
References $db, $GLOBALS, $ilDB, getId(), getParent(), and setId().
Here is the call graph for this function:| ilBookmarkFolder::createNewBookmarkTree | ( | ) |
create personal bookmark tree
Definition at line 96 of file class.ilBookmarkFolder.php.
| ilBookmarkFolder::delete | ( | ) |
| ilBookmarkFolder::getId | ( | ) |
|
static |
static
Definition at line 256 of file class.ilBookmarkFolder.php.
References $GLOBALS, and $tree.
Referenced by ilBookmarkImportExport\_exportBookmark().
Here is the caller graph for this function:
|
static |
static
Definition at line 198 of file class.ilBookmarkFolder.php.
References $GLOBALS, $key, and $tree.
Referenced by ilBookmarkImportExport\__parseExport(), ilBookmarkBlockGUI\getListRowData(), and ilBookmarkAdministrationGUI\view().
Here is the caller graph for this function:| ilBookmarkFolder::getParent | ( | ) |
Definition at line 168 of file class.ilBookmarkFolder.php.
References $parent.
Referenced by create().
Here is the caller graph for this function:| ilBookmarkFolder::getRootFolder | ( | ) |
| ilBookmarkFolder::getTitle | ( | ) |
|
static |
Definition at line 270 of file class.ilBookmarkFolder.php.
References $GLOBALS, and $tree.
Referenced by ilBookmarkBlockGUI\getListRowData().
Here is the caller graph for this function:| ilBookmarkFolder::read | ( | ) |
read bookmark folder data from db
Definition at line 64 of file class.ilBookmarkFolder.php.
References $db, $error, $ilDB, $ilErr, $message, getId(), setParent(), and setTitle().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmarkFolder::setId | ( | $a_id | ) |
Definition at line 153 of file class.ilBookmarkFolder.php.
Referenced by create().
Here is the caller graph for this function:| ilBookmarkFolder::setParent | ( | $a_parent_id | ) |
Definition at line 173 of file class.ilBookmarkFolder.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmarkFolder::setTitle | ( | $a_title | ) |
Definition at line 163 of file class.ilBookmarkFolder.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmarkFolder::update | ( | ) |
Update bookmark folder item.
Definition at line 134 of file class.ilBookmarkFolder.php.
|
protected |
Definition at line 19 of file class.ilBookmarkFolder.php.
Referenced by create(), createNewBookmarkTree(), delete(), read(), and update().
|
protected |
Definition at line 24 of file class.ilBookmarkFolder.php.
Referenced by read().
| ilBookmarkFolder::$id |
Definition at line 32 of file class.ilBookmarkFolder.php.
Referenced by getId().
| ilBookmarkFolder::$parent |
Definition at line 34 of file class.ilBookmarkFolder.php.
Referenced by getParent().
| ilBookmarkFolder::$title |
Definition at line 33 of file class.ilBookmarkFolder.php.
Referenced by getTitle().
| ilBookmarkFolder::$tree |
Definition at line 31 of file class.ilBookmarkFolder.php.
Referenced by _getNumberOfObjects(), _getParentId(), getObject(), getObjects(), getRootFolder(), and isRootFolder().