Function smarty_block_textformat
Smarty {textformat}{/textformat} block plugin
Type: block function
Name: textformat
Purpose: format text a certain way with preset styles or custom wrap/indent settings
Package: Smarty\plugins
Author: Monte Ohrt
Link: {textformat} (Smarty online manual)
Located at lass/smarty/plugins/block.textformat.php
Author: Monte Ohrt
Link: {textformat} (Smarty online manual)
Located at lass/smarty/plugins/block.textformat.php
array |
$params |
<p>Params: style: string (email) indent: integer (0) wrap: integer (80) wrap_char string ("\n") indent_char: string (" ") wrap_boundary: boolean (true) </pre></p> |
string |
$content |
of the block |
|
& $smarty |
simulation of a method |
string
|
string $content re-formatted |