string smarty_block_strip(
array $params, string $content, Smarty &$this)
|
|
Smarty {strip}{/strip} block plugin
Type: block function
Name: strip
Purpose: strip unwanted white space from text
Tags:
Parameters
array |
$params |
unused, no parameters for this block |
string |
$content |
content of {strip}{/strip} tags |
Smarty |
&$this |
clever method emulation |