ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 = "" | |
ilUIHookProcessor::__construct | ( | $a_comp, | |
$a_part, | |||
$a_pars | |||
) |
Constructor.
Definition at line 24 of file class.ilUIHookProcessor.php.
References 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 79 of file class.ilUIHookProcessor.php.
References $html, $replace, and replaced().
ilUIHookProcessor::replaced | ( | ) |
Should HTML be replaced completely?
Definition at line 68 of file class.ilUIHookProcessor.php.
Referenced by __construct(), and getHTML().
ilUIHookProcessor::$append = array() |
Definition at line 14 of file class.ilUIHookProcessor.php.
ilUIHookProcessor::$prepend = array() |
Definition at line 15 of file class.ilUIHookProcessor.php.
ilUIHookProcessor::$replace = "" |
Definition at line 16 of file class.ilUIHookProcessor.php.
Referenced by getHTML().