ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
UI interface hook processor. More...
Public Member Functions | |
__construct ($a_comp, $a_part, $a_pars) | |
Constructor. More... | |
replaced () | |
Should HTML be replaced completely? More... | |
getHTML ($html) | |
Get HTML. More... | |
Data Fields | |
$append = array() | |
$prepend = array() | |
$replace = "" | |
Protected Attributes | |
$plugin_admin | |
ilUIHookProcessor::__construct | ( | $a_comp, | |
$a_part, | |||
$a_pars | |||
) |
Constructor.
Definition at line 29 of file class.ilUIHookProcessor.php.
References $DIC, ilUIHookPluginGUI\APPEND, ilPluginAdmin\getPluginObject(), IL_COMP_SERVICE, ilUIHookPluginGUI\KEEP, ilUIHookPluginGUI\PREPEND, ilUIHookPluginGUI\REPLACE, and replaced().
ilUIHookProcessor::getHTML | ( | $html | ) |
Get HTML.
string | $html | html |
Definition at line 83 of file class.ilUIHookProcessor.php.
References $html, $replace, and replaced().
ilUIHookProcessor::replaced | ( | ) |
Should HTML be replaced completely?
Definition at line 72 of file class.ilUIHookProcessor.php.
Referenced by __construct(), and getHTML().
ilUIHookProcessor::$append = array() |
Definition at line 19 of file class.ilUIHookProcessor.php.
|
protected |
Definition at line 17 of file class.ilUIHookProcessor.php.
ilUIHookProcessor::$prepend = array() |
Definition at line 20 of file class.ilUIHookProcessor.php.
ilUIHookProcessor::$replace = "" |
Definition at line 21 of file class.ilUIHookProcessor.php.
Referenced by getHTML().