ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 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().
ilRepositoryObjectSearchGUI::executeCommand | ( | ) |
Execute command.
Definition at line 65 of file class.ilRepositoryObjectSearchGUI.php.
References $GLOBALS, getCtrl(), getObject(), getParentGUI(), getRefId(), and ilUtil\sendFailure().
ilRepositoryObjectSearchGUI::getCtrl | ( | ) |
Get ctrl.
Definition at line 96 of file class.ilRepositoryObjectSearchGUI.php.
References $ctrl.
Referenced by executeCommand(), and performSearch().
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().
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().
ilRepositoryObjectSearchGUI::getRefId | ( | ) |
Definition at line 102 of file class.ilRepositoryObjectSearchGUI.php.
References $ref_id.
Referenced by __construct(), executeCommand(), getResultTableInstance(), and performSearch().
ilRepositoryObjectSearchGUI::getResultTableInstance | ( | ) |
Get result table instance type $objDefinition.
Definition at line 164 of file class.ilRepositoryObjectSearchGUI.php.
References $DIC, $location, getObject(), and getRefId().
Referenced by performSearch().
|
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().
|
protected |
Perform search lucene or direct search.
Definition at line 135 of file class.ilRepositoryObjectSearchGUI.php.
References $_POST, $GLOBALS, $result, ilObject\_lookupObjId(), getCtrl(), getRefId(), getResultTableInstance(), ilUtil\sendFailure(), and ilUtil\stripSlashes().
|
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().