| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\COPage\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\COPage\Html\TransformUtil::getEndPosOfPlaceholder | ( | string | $html, | 
| int | $offset = 0  | 
        ||
| ) | 
Definition at line 37 of file TransformUtil.php.
Referenced by ILIAS\COPage\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\COPage\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\COPage\Html\TransformUtil\replaceInnerContentAndPlaceholders().
 Here is the caller graph for this function:| ILIAS\COPage\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\COPage\Html\TransformUtil\getEndPosOfPlaceholder(), ILIAS\COPage\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\COPage\Html\TransformUtil\getPosOfPlaceholder().
 Here is the call graph for this function:| ILIAS\COPage\Html\TransformUtil::getPlaceholderParams | ( | string | $html, | 
| string | $tag | ||
| ) | 
Definition at line 54 of file TransformUtil.php.
References ILIAS\COPage\Html\TransformUtil\getPlaceholderParamString().
 Here is the call graph for this function:| ILIAS\COPage\Html\TransformUtil::getPlaceholderParamString | ( | string | $html, | 
| string | $tag | ||
| ) | 
Definition at line 43 of file TransformUtil.php.
References ILIAS\COPage\Html\TransformUtil\getEndPosOfPlaceholder(), and ILIAS\COPage\Html\TransformUtil\getPosOfPlaceholder().
Referenced by ILIAS\COPage\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\COPage\Html\TransformUtil\getPlaceholderParams(), and ILIAS\COPage\Html\TransformUtil\replaceInnerContentAndPlaceholders().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\COPage\Html\TransformUtil::getPosOfPlaceholder | ( | string | $html, | 
| string | $tag, | ||
| int | $offset = 0  | 
        ||
| ) | 
Definition at line 31 of file TransformUtil.php.
Referenced by ILIAS\COPage\Html\TransformUtil\getInnerContentOfPlaceholders(), ILIAS\COPage\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\COPage\Html\TransformUtil\replaceInnerContentAndPlaceholders().
 Here is the caller graph for this function:| ILIAS\COPage\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\COPage\Html\TransformUtil\getEndPosOfPlaceholder(), ILIAS\COPage\Html\TransformUtil\getPlaceholderParamString(), and ILIAS\COPage\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.