ILIAS
Release_5_0_x_branch Revision 61816
|
UI interface hook processor. More...
Public Member Functions | |
__construct ($a_comp, $a_part, $a_pars) | |
Constructor. | |
replaced () | |
Should HTML be replaced completely? | |
getHTML ($html) | |
Get HTML. |
Data Fields | |
$append = array() | |
$prepend = array() | |
$replace = "" |
ilUIHookProcessor::__construct | ( | $a_comp, | |
$a_part, | |||
$a_pars | |||
) |
Constructor.
@return |
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 $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().