|
ILIAS
Release_3_10_x_branch Revision 61812
|
Collaboration diagram for ilSearchFolder:Public Member Functions | |
| ilSearchFolder ($a_user_id, $a_folder_id=0) | |
| Constructor public. | |
| getType () | |
| getRootId () | |
| setRootId ($a_root_id) | |
| setFolderId ($a_folder_id) | |
| getFolderId () | |
| setUserId ($a_user_id) | |
| getUserId () | |
| setTitle ($a_title) | |
| getTitle () | |
| getChilds () | |
| hasSubfolders () | |
| hasResults () | |
| countFolders () | |
| getPath () | |
| setParentId ($a_parent_id) | |
| getParentId () | |
| delete ($a_folder_id) | |
| assignResult (&$search_result) | |
| updateTitle ($a_title) | |
| & | create ($a_title) |
| getTree () | |
| getSubtree () | |
| __init () | |
| __initTreeObject () | |
| __treeExists () | |
| __createNewTree () | |
| __readRootId () | |
| __getLastInsertId () | |
Data Fields | |
| $s_tree | |
| $ilias | |
| $user_id | |
| $root_id | |
| $folder_id | |
| $parent_id | |
| $title | |
Definition at line 35 of file class.ilSearchFolder.php.
| ilSearchFolder::__createNewTree | ( | ) |
Definition at line 294 of file class.ilSearchFolder.php.
References $res, $root_id, __getLastInsertId(), getUserId(), setFolderId(), and setRootId().
Referenced by assignResult(), and ilSearchFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::__getLastInsertId | ( | ) |
Definition at line 327 of file class.ilSearchFolder.php.
Referenced by __createNewTree().
Here is the caller graph for this function:| ilSearchFolder::__init | ( | ) |
Definition at line 260 of file class.ilSearchFolder.php.
References $res, DB_FETCHMODE_OBJECT, setParentId(), and setTitle().
Referenced by ilSearchFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::__initTreeObject | ( | ) |
Definition at line 276 of file class.ilSearchFolder.php.
References getRootId(), and getUserId().
Referenced by ilSearchFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::__readRootId | ( | ) |
Definition at line 313 of file class.ilSearchFolder.php.
References $res, DB_FETCHMODE_OBJECT, and setRootId().
Referenced by ilSearchFolder().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::__treeExists | ( | ) |
Definition at line 284 of file class.ilSearchFolder.php.
References $res.
Referenced by assignResult(), and ilSearchFolder().
Here is the caller graph for this function:| ilSearchFolder::assignResult | ( | & | $search_result | ) |
Definition at line 184 of file class.ilSearchFolder.php.
References $res, __createNewTree(), __treeExists(), and getFolderId().
Here is the call graph for this function:| ilSearchFolder::countFolders | ( | ) |
Definition at line 134 of file class.ilSearchFolder.php.
References getRootId().
Here is the call graph for this function:| & ilSearchFolder::create | ( | $a_title | ) |
Definition at line 216 of file class.ilSearchFolder.php.
References $res, getFolderId(), getUserId(), and ilSearchFolder().
Here is the call graph for this function:| ilSearchFolder::delete | ( | $a_folder_id | ) |
Definition at line 165 of file class.ilSearchFolder.php.
References $res.
| ilSearchFolder::getChilds | ( | ) |
Definition at line 118 of file class.ilSearchFolder.php.
References getFolderId().
Referenced by hasResults(), and hasSubfolders().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::getFolderId | ( | ) |
Definition at line 96 of file class.ilSearchFolder.php.
References $folder_id.
Referenced by assignResult(), create(), getChilds(), getPath(), and getTree().
Here is the caller graph for this function:| ilSearchFolder::getParentId | ( | ) |
Definition at line 160 of file class.ilSearchFolder.php.
References $parent_id.
| ilSearchFolder::getPath | ( | ) |
Definition at line 150 of file class.ilSearchFolder.php.
References getFolderId(), and getRootId().
Here is the call graph for this function:| ilSearchFolder::getRootId | ( | ) |
Definition at line 84 of file class.ilSearchFolder.php.
References $root_id.
Referenced by __initTreeObject(), countFolders(), getPath(), getTree(), and ilSearchFolder().
Here is the caller graph for this function:| ilSearchFolder::getSubtree | ( | ) |
Definition at line 245 of file class.ilSearchFolder.php.
Referenced by ilSearchGUI\__getFolderSelect(), ilAdvancedSearchGUI\__getFolderSelect(), and getTree().
Here is the caller graph for this function:| ilSearchFolder::getTitle | ( | ) |
Definition at line 113 of file class.ilSearchFolder.php.
References $title.
| ilSearchFolder::getTree | ( | ) |
Definition at line 233 of file class.ilSearchFolder.php.
References getFolderId(), getRootId(), getSubtree(), and setFolderId().
Here is the call graph for this function:| ilSearchFolder::getType | ( | ) |
Definition at line 79 of file class.ilSearchFolder.php.
| ilSearchFolder::getUserId | ( | ) |
Definition at line 105 of file class.ilSearchFolder.php.
References $user_id.
Referenced by __createNewTree(), __initTreeObject(), and create().
Here is the caller graph for this function:| ilSearchFolder::hasResults | ( | ) |
Definition at line 128 of file class.ilSearchFolder.php.
References getChilds().
Here is the call graph for this function:| ilSearchFolder::hasSubfolders | ( | ) |
Definition at line 122 of file class.ilSearchFolder.php.
References getChilds().
Here is the call graph for this function:| ilSearchFolder::ilSearchFolder | ( | $a_user_id, | |
$a_folder_id = 0 |
|||
| ) |
Constructor public.
Definition at line 51 of file class.ilSearchFolder.php.
References $ilias, __createNewTree(), __init(), __initTreeObject(), __readRootId(), __treeExists(), getRootId(), and setFolderId().
Referenced by create().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchFolder::setFolderId | ( | $a_folder_id | ) |
Definition at line 92 of file class.ilSearchFolder.php.
Referenced by __createNewTree(), getTree(), and ilSearchFolder().
Here is the caller graph for this function:| ilSearchFolder::setParentId | ( | $a_parent_id | ) |
Definition at line 155 of file class.ilSearchFolder.php.
Referenced by __init().
Here is the caller graph for this function:| ilSearchFolder::setRootId | ( | $a_root_id | ) |
Definition at line 88 of file class.ilSearchFolder.php.
Referenced by __createNewTree(), and __readRootId().
Here is the caller graph for this function:| ilSearchFolder::setTitle | ( | $a_title | ) |
Definition at line 109 of file class.ilSearchFolder.php.
Referenced by __init().
Here is the caller graph for this function:| ilSearchFolder::setUserId | ( | $a_user_id | ) |
Definition at line 100 of file class.ilSearchFolder.php.
| ilSearchFolder::updateTitle | ( | $a_title | ) |
Definition at line 204 of file class.ilSearchFolder.php.
References $res.
| ilSearchFolder::$folder_id |
Definition at line 43 of file class.ilSearchFolder.php.
Referenced by getFolderId().
| ilSearchFolder::$ilias |
Definition at line 39 of file class.ilSearchFolder.php.
Referenced by ilSearchFolder().
| ilSearchFolder::$parent_id |
Definition at line 44 of file class.ilSearchFolder.php.
Referenced by getParentId().
| ilSearchFolder::$root_id |
Definition at line 42 of file class.ilSearchFolder.php.
Referenced by __createNewTree(), and getRootId().
| ilSearchFolder::$s_tree |
Definition at line 38 of file class.ilSearchFolder.php.
| ilSearchFolder::$title |
Definition at line 45 of file class.ilSearchFolder.php.
Referenced by getTitle().
| ilSearchFolder::$user_id |
Definition at line 41 of file class.ilSearchFolder.php.
Referenced by getUserId().