ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
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.
References null.
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
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(), ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder(), and null.
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(), and null.
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(), ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder(), and null.
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParams(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
ILIAS\Data\Meta\Html\TransformUtil::getPosOfPlaceholder | ( | string | $html, |
string | $tag, | ||
int | $offset = 0 |
||
) |
Definition at line 31 of file TransformUtil.php.
References null.
Referenced by ILIAS\Data\Meta\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\Data\Meta\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\Data\Meta\Html\TransformUtil\replaceInnerContentAndPlaceholders().
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(), ILIAS\Data\Meta\Html\TransformUtil\getPosOfPlaceholder(), and null.
|
protected |
Definition at line 29 of file TransformUtil.php.
|
protected |
Definition at line 28 of file TransformUtil.php.