|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilSearchresultGUI:
Collaboration diagram for ilSearchresultGUI:Public Member Functions | |
| ilSearchResultGUI () | |
| Constructor public. | |
| setUserId ($a_user_id) | |
| getUserId () | |
| & | executeCommand () |
| Control public. | |
| cancel () | |
| create () | |
| save () | |
| update () | |
| showResults ($a_confirm_delete=false) | |
| confirmDelete () | |
| delete () | |
| setLocator () | |
| rename () | |
| moveItem () | |
| prepareOutput () | |
| __initFolderObject () | |
| __appendParentLink ($nr_items) | |
| __formatTitle ($a_item) | |
| __formatLink ($a_item) | |
| __getActions () | |
| __showRenameForm ($a_old_title) | |
Public Member Functions inherited from ilSearchBaseGUI | |
| ilSearchBaseGUI () | |
| Constructor public. | |
Data Fields | |
| $user_id | |
Data Fields inherited from ilSearchBaseGUI | |
| $settings = null | |
| $ilias = null | |
| $lng = null | |
| $tpl = null | |
Additional Inherited Members | |
Protected Member Functions inherited from ilSearchBaseGUI | |
| addPager ($result, $a_session_key) | |
| Add Pager. | |
Protected Attributes inherited from ilSearchBaseGUI | |
| $ctrl = null | |
Definition at line 37 of file class.ilSearchResultGUI.php.
| ilSearchresultGUI::__appendParentLink | ( | $nr_items | ) |
Definition at line 457 of file class.ilSearchResultGUI.php.
References __formatLink(), and __formatTitle().
Referenced by showResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::__formatLink | ( | $a_item | ) |
Definition at line 504 of file class.ilSearchResultGUI.php.
References ilFrameTargetInfo\_getFrame(), and getUserId().
Referenced by __appendParentLink(), and showResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::__formatTitle | ( | $a_item | ) |
Definition at line 480 of file class.ilSearchResultGUI.php.
References $img, and ilUtil\getImagePath().
Referenced by __appendParentLink(), and showResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::__getActions | ( | ) |
Definition at line 531 of file class.ilSearchResultGUI.php.
References formSelect().
Referenced by showResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::__initFolderObject | ( | ) |
Definition at line 448 of file class.ilSearchResultGUI.php.
References $_GET, and getUserId().
Referenced by ilSearchResultGUI().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::__showRenameForm | ( | $a_old_title | ) |
Definition at line 568 of file class.ilSearchResultGUI.php.
Referenced by rename().
Here is the caller graph for this function:| ilSearchresultGUI::cancel | ( | ) |
Definition at line 110 of file class.ilSearchResultGUI.php.
References $_SESSION, and showResults().
Here is the call graph for this function:| ilSearchresultGUI::confirmDelete | ( | ) |
Definition at line 255 of file class.ilSearchResultGUI.php.
References ilUtil\sendInfo(), and showResults().
Here is the call graph for this function:| ilSearchresultGUI::create | ( | ) |
Definition at line 119 of file class.ilSearchResultGUI.php.
References setLocator().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::delete | ( | ) |
Definition at line 270 of file class.ilSearchResultGUI.php.
References showResults().
Here is the call graph for this function:| & ilSearchresultGUI::executeCommand | ( | ) |
Control public.
Definition at line 77 of file class.ilSearchResultGUI.php.
References $cmd, moveItem(), and prepareOutput().
Here is the call graph for this function:| ilSearchresultGUI::getUserId | ( | ) |
Definition at line 67 of file class.ilSearchResultGUI.php.
References $user_id.
Referenced by __formatLink(), __initFolderObject(), and moveItem().
Here is the caller graph for this function:| ilSearchresultGUI::ilSearchResultGUI | ( | ) |
Constructor public.
Definition at line 48 of file class.ilSearchResultGUI.php.
References __initFolderObject(), ilSearchBaseGUI\ilSearchBaseGUI(), and setUserId().
Here is the call graph for this function:| ilSearchresultGUI::moveItem | ( | ) |
Definition at line 342 of file class.ilSearchResultGUI.php.
References ilSearchItemFactory\getInstance(), getUserId(), ilUtil\sendInfo(), and showResults().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::prepareOutput | ( | ) |
Reimplemented from ilSearchBaseGUI.
Definition at line 393 of file class.ilSearchResultGUI.php.
References formSelect(), and ilUtil\getImagePath().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::rename | ( | ) |
Definition at line 292 of file class.ilSearchResultGUI.php.
References $_SESSION, __showRenameForm(), ilSearchItemFactory\getInstance(), ilUtil\sendInfo(), setLocator(), and showResults().
Here is the call graph for this function:| ilSearchresultGUI::save | ( | ) |
Definition at line 138 of file class.ilSearchResultGUI.php.
References create(), ilUtil\sendInfo(), and showResults().
Here is the call graph for this function:| ilSearchresultGUI::setLocator | ( | ) |
Definition at line 282 of file class.ilSearchResultGUI.php.
Referenced by create(), rename(), and showResults().
Here is the caller graph for this function:| ilSearchresultGUI::setUserId | ( | $a_user_id | ) |
Definition at line 63 of file class.ilSearchResultGUI.php.
Referenced by ilSearchResultGUI().
Here is the caller graph for this function:| ilSearchresultGUI::showResults | ( | $a_confirm_delete = false | ) |
Definition at line 177 of file class.ilSearchResultGUI.php.
References __appendParentLink(), __formatLink(), __formatTitle(), __getActions(), ilSearchObjectListFactory\_getInstance(), ilObject\_lookupDescription(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\formCheckbox(), ilUtil\getImagePath(), ilUtil\sendInfo(), and setLocator().
Referenced by cancel(), confirmDelete(), delete(), moveItem(), rename(), save(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchresultGUI::update | ( | ) |
Definition at line 155 of file class.ilSearchResultGUI.php.
References $_SESSION, ilSearchItemFactory\getInstance(), ilUtil\sendInfo(), and showResults().
Here is the call graph for this function:| ilSearchresultGUI::$user_id |
Definition at line 42 of file class.ilSearchResultGUI.php.
Referenced by getUserId().