|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Collaboration diagram for ilRepositoryObjectSearchGUI:Public Member Functions | |
| __construct ($a_ref_id, $a_parent_obj, $a_parent_cmd) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| getLang () | |
| Get language object. More... | |
| getCtrl () | |
| Get ctrl. More... | |
| getRefId () | |
| getObject () | |
| getParentGUI () | |
| get parent gui More... | |
| getParentCmd () | |
| getResultTableInstance () | |
| Get result table instance @global type $objDefinition. More... | |
Static Public Member Functions | |
| static | getSearchBlockHTML ($a_title) |
| Get standar search block html. More... | |
Protected Member Functions | |
| performSearch () | |
| Perform search lucene or direct search. More... | |
Private Attributes | |
| $lng = null | |
| $ctrl = null | |
| $ref_id = 0 | |
| $object = null | |
| $parent_obj | |
| $parent_cmd | |
Definition at line 15 of file class.ilRepositoryObjectSearchGUI.php.
| ilRepositoryObjectSearchGUI::__construct | ( | $a_ref_id, | |
| $a_parent_obj, | |||
| $a_parent_cmd | |||
| ) |
Constructor.
Definition at line 29 of file class.ilRepositoryObjectSearchGUI.php.
References $DIC, $factory, $ilCtrl, $lng, and getRefId().
Here is the call graph for this function:| ilRepositoryObjectSearchGUI::executeCommand | ( | ) |
Execute command.
Definition at line 65 of file class.ilRepositoryObjectSearchGUI.php.
References $GLOBALS, getCtrl(), getObject(), getParentGUI(), getRefId(), and ilUtil\sendFailure().
Here is the call graph for this function:| ilRepositoryObjectSearchGUI::getCtrl | ( | ) |
Get ctrl.
Definition at line 96 of file class.ilRepositoryObjectSearchGUI.php.
References $ctrl.
Referenced by executeCommand(), and performSearch().
Here is the caller graph for this function:| ilRepositoryObjectSearchGUI::getLang | ( | ) |
Get language object.
Definition at line 87 of file class.ilRepositoryObjectSearchGUI.php.
References $lng.
| ilRepositoryObjectSearchGUI::getObject | ( | ) |
Definition at line 111 of file class.ilRepositoryObjectSearchGUI.php.
References $object.
Referenced by executeCommand(), and getResultTableInstance().
Here is the caller graph for this function:| ilRepositoryObjectSearchGUI::getParentCmd | ( | ) |
Definition at line 127 of file class.ilRepositoryObjectSearchGUI.php.
References $parent_cmd.
| ilRepositoryObjectSearchGUI::getParentGUI | ( | ) |
get parent gui
Definition at line 119 of file class.ilRepositoryObjectSearchGUI.php.
References $parent_obj.
Referenced by executeCommand().
Here is the caller graph for this function:| ilRepositoryObjectSearchGUI::getRefId | ( | ) |
Definition at line 102 of file class.ilRepositoryObjectSearchGUI.php.
References $ref_id.
Referenced by __construct(), executeCommand(), getResultTableInstance(), and performSearch().
Here is the caller graph for this function:| ilRepositoryObjectSearchGUI::getResultTableInstance | ( | ) |
Get result table instance @global type $objDefinition.
Definition at line 164 of file class.ilRepositoryObjectSearchGUI.php.
References $DIC, $location, getObject(), and getRefId().
Referenced by performSearch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get standar search block html.
| type | $a_title |
Definition at line 55 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by ilObjWikiGUI\renderSideBlock(), and ilObjForumGUI\setSideBlocks().
Here is the caller graph for this function:
|
protected |
Perform search lucene or direct search.
Definition at line 135 of file class.ilRepositoryObjectSearchGUI.php.
References $_POST, Vendor\Package\$e, $GLOBALS, $result, ilObject\_lookupObjId(), getCtrl(), getRefId(), getResultTableInstance(), ilUtil\sendFailure(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Definition at line 18 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by getCtrl().
|
private |
Definition at line 17 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by __construct(), and getLang().
|
private |
Definition at line 20 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by getObject().
|
private |
Definition at line 22 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by getParentCmd().
|
private |
Definition at line 21 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by getParentGUI().
|
private |
Definition at line 19 of file class.ilRepositoryObjectSearchGUI.php.
Referenced by getRefId().