|
ILIAS
Release_3_10_x_branch Revision 61812
|
bookmark folder (note: this class handles personal bookmarks folders only) More...
Collaboration diagram for ilBookmarkFolder:Public Member Functions | |
| ilBookmarkFolder ($a_bmf_id=0, $a_tree_id=0) | |
| Constructor public. | |
| read () | |
| read bookmark folder data from db | |
| delete () | |
| delete object data | |
| createNewBookmarkTree () | |
| create personal bookmark tree | |
| create () | |
| creates new bookmark folder in db | |
| update () | |
| getId () | |
| setId ($a_id) | |
| getTitle () | |
| setTitle ($a_title) | |
| getParent () | |
| setParent ($a_parent_id) | |
| _lookupTitle ($a_bmf_id) | |
| lookup bookmark folder title | |
| getObjects ($a_id) | |
| static | |
| _getNumberOfObjects () | |
| Get number of folders and bookmarks for current user. | |
| getObject ($a_id) | |
| static | |
| isRootFolder ($a_id) | |
| getRootFolder () | |
| _getParentId ($a_id) | |
Data Fields | |
| $tree | |
| $ilias | |
| $id | |
| $title | |
| $parent | |
bookmark folder (note: this class handles personal bookmarks folders only)
Definition at line 33 of file class.ilBookmarkFolder.php.
| ilBookmarkFolder::_getNumberOfObjects | ( | ) |
Get number of folders and bookmarks for current user.
Definition at line 242 of file class.ilBookmarkFolder.php.
References $_SESSION, and $tree.
Referenced by ilBookmarkBlockGUI\fillDataSection().
Here is the caller graph for this function:| ilBookmarkFolder::_getParentId | ( | $a_id | ) |
Definition at line 308 of file class.ilBookmarkFolder.php.
References $_SESSION, and $tree.
Referenced by ilBookmarkBlockGUI\getListRowData().
Here is the caller graph for this function:| ilBookmarkFolder::_lookupTitle | ( | $a_bmf_id | ) |
lookup bookmark folder title
Definition at line 189 of file class.ilBookmarkFolder.php.
References DB_FETCHMODE_ASSOC.
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 130 of file class.ilBookmarkFolder.php.
References $_SESSION, getId(), getParent(), getTitle(), and setId().
Here is the call graph for this function:| ilBookmarkFolder::createNewBookmarkTree | ( | ) |
create personal bookmark tree
Definition at line 113 of file class.ilBookmarkFolder.php.
| ilBookmarkFolder::delete | ( | ) |
delete object data
Definition at line 104 of file class.ilBookmarkFolder.php.
References getId().
Here is the call graph for this function:| ilBookmarkFolder::getId | ( | ) |
| ilBookmarkFolder::getObject | ( | $a_id | ) |
static
Definition at line 268 of file class.ilBookmarkFolder.php.
References $_SESSION, and $tree.
Referenced by ilBookmarkImportExport\_exportBookmark().
Here is the caller graph for this function:| ilBookmarkFolder::getObjects | ( | $a_id | ) |
static
Definition at line 203 of file class.ilBookmarkFolder.php.
References $_SESSION, and $tree.
Referenced by ilBookmarkImportExport\__parseExport(), ilBookmarkBlockGUI\getListRowData(), and ilBookmarkAdministrationGUI\view().
Here is the caller graph for this function:| ilBookmarkFolder::getParent | ( | ) |
Definition at line 176 of file class.ilBookmarkFolder.php.
References $parent.
Referenced by create().
Here is the caller graph for this function:| ilBookmarkFolder::getRootFolder | ( | ) |
| ilBookmarkFolder::getTitle | ( | ) |
Definition at line 166 of file class.ilBookmarkFolder.php.
References $title.
Referenced by create().
Here is the caller graph for this function:| ilBookmarkFolder::ilBookmarkFolder | ( | $a_bmf_id = 0, |
|
$a_tree_id = 0 |
|||
| ) |
Constructor public.
| integer | user_id (optional) |
Definition at line 58 of file class.ilBookmarkFolder.php.
References $_SESSION, $ilias, and read().
Here is the call graph for this function:| ilBookmarkFolder::isRootFolder | ( | $a_id | ) |
Definition at line 283 of file class.ilBookmarkFolder.php.
References $_SESSION, 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 82 of file class.ilBookmarkFolder.php.
References $ilias, DB_FETCHMODE_ASSOC, getId(), setParent(), and setTitle().
Referenced by ilBookmarkFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilBookmarkFolder::setId | ( | $a_id | ) |
Definition at line 161 of file class.ilBookmarkFolder.php.
Referenced by create().
Here is the caller graph for this function:| ilBookmarkFolder::setParent | ( | $a_parent_id | ) |
Definition at line 181 of file class.ilBookmarkFolder.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmarkFolder::setTitle | ( | $a_title | ) |
Definition at line 171 of file class.ilBookmarkFolder.php.
Referenced by read().
Here is the caller graph for this function:| ilBookmarkFolder::update | ( | ) |
Definition at line 144 of file class.ilBookmarkFolder.php.
| ilBookmarkFolder::$id |
Definition at line 49 of file class.ilBookmarkFolder.php.
Referenced by getId().
| ilBookmarkFolder::$ilias |
Definition at line 47 of file class.ilBookmarkFolder.php.
Referenced by ilBookmarkFolder(), and read().
| ilBookmarkFolder::$parent |
Definition at line 51 of file class.ilBookmarkFolder.php.
Referenced by getParent().
| ilBookmarkFolder::$title |
Definition at line 50 of file class.ilBookmarkFolder.php.
Referenced by getTitle().
| ilBookmarkFolder::$tree |
Definition at line 40 of file class.ilBookmarkFolder.php.
Referenced by _getNumberOfObjects(), _getParentId(), getObject(), getObjects(), getRootFolder(), and isRootFolder().