|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Data\Meta\Html\TransformUtil:Public Member Functions | |
| getPosOfPlaceholder (string $html, string $tag, int $offset=0) | |
| getEndPosOfPlaceholder (string $html, int $offset=0) | |
| getPlaceholderParamString (string $html, string $tag) | |
| getPlaceholderParams (string $html, string $tag) | |
| getInnerContentOfPlaceholders (string $html, string $start_tag, string $end_tag) | |
| parameters of start and end tag must match {{{{{StartTag;a;b;c}}}}}...inner content...{{{{{EndTag;a;b;c}}}}} More... | |
| replaceInnerContentAndPlaceholders (string $html, string $start_tag, string $end_tag, string $replacement) | |
| parameters of start and end tag must match {{{{{StartTag;a;b;c}}}}}...inner content...{{{{{EndTag;a;b;c}}}}} ...replacement... More... | |
Protected Attributes | |
| const | PH_START = "{{{{{" |
| const | PH_END = "}}}}}" |
Definition at line 26 of file TransformUtil.php.
| ILIAS\Data\Meta\Html\TransformUtil::getEndPosOfPlaceholder | ( | string | $html, |
| int | $offset = 0 |
||
| ) |
Definition at line 37 of file TransformUtil.php.
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
Here is the caller graph for this function:| ILIAS\Data\Meta\Html\TransformUtil::getInnerContentOfPlaceholders | ( | string | $html, |
| string | $start_tag, | ||
| string | $end_tag | ||
| ) |
parameters of start and end tag must match {{{{{StartTag;a;b;c}}}}}...inner content...{{{{{EndTag;a;b;c}}}}}
Definition at line 67 of file TransformUtil.php.
References ILIAS\Data\Meta\Html\TransformUtil\getEndPosOfPlaceholder(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder().
Here is the call graph for this function:| ILIAS\Data\Meta\Html\TransformUtil::getPlaceholderParams | ( | string | $html, |
| string | $tag | ||
| ) |
Definition at line 54 of file TransformUtil.php.
References ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString().
Here is the call graph for this function:| ILIAS\Data\Meta\Html\TransformUtil::getPlaceholderParamString | ( | string | $html, |
| string | $tag | ||
| ) |
Definition at line 43 of file TransformUtil.php.
References ILIAS\Data\Meta\Html\TransformUtil\getEndPosOfPlaceholder(), and ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder().
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParams(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Data\Meta\Html\TransformUtil::getPosOfPlaceholder | ( | string | $html, |
| string | $tag, | ||
| int | $offset = 0 |
||
| ) |
Definition at line 31 of file TransformUtil.php.
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
Here is the caller graph for this function:| ILIAS\Data\Meta\Html\TransformUtil::replaceInnerContentAndPlaceholders | ( | string | $html, |
| string | $start_tag, | ||
| string | $end_tag, | ||
| string | $replacement | ||
| ) |
parameters of start and end tag must match {{{{{StartTag;a;b;c}}}}}...inner content...{{{{{EndTag;a;b;c}}}}} ...replacement...
Definition at line 90 of file TransformUtil.php.
References ILIAS\Data\Meta\Html\TransformUtil\getEndPosOfPlaceholder(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder().
Here is the call graph for this function:
|
protected |
Definition at line 29 of file TransformUtil.php.
|
protected |
Definition at line 28 of file TransformUtil.php.