Difference: TWikiRenderDotPm (3 vs. 4)

Revision 42007-03-03 - TWikiContributor

Line: 128 to 128
 
Changed:
<
<

ObjectMethod putBackProtected (\$text,\%map,$tag,$newtag,$callBack) -> $text

>
>

ObjectMethod putBackProtected (\$text,\%map,$callback) -> $text

  Return value: $text with blocks added back
  • \$text - reference to text to process
  • \%map - map placeholders to blocks removed by takeOutBlocks
Added:
>
>
  • $callback - Reference to function to call on each block being inserted (optional)
  Reverses the actions of takeOutProtected.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiRenderDotPm.