|
ILIAS
Release_4_2_x_branch Revision 61807
|
UI interface hook processor. More...
Collaboration diagram for ilUIHookProcessor: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().
Here is the call graph for this function:| ilUIHookProcessor::getHTML | ( | $html | ) |
Get HTML.
| string | $html | html |
Definition at line 76 of file class.ilUIHookProcessor.php.
References $replace, and replaced().
Here is the call graph for this function:| ilUIHookProcessor::replaced | ( | ) |
Should HTML be replaced completely?
Definition at line 65 of file class.ilUIHookProcessor.php.
Referenced by __construct(), and getHTML().
Here is the caller graph for this function:| 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().