class tree: Smarty |
index: Smarty |
all elements
smarty_block_textformat (line 31)
/includes/classes/smarty/plugins/block.textformat.php
Description
Smarty plugin
Functions
smarty_block_textformat (line 31)
Smarty {textformat}{/textformat} block plugin
Type: block function
Name: textformat
Purpose: format text a certain way with preset styles or custom wrap/indent settings
-
array
$params:
Params: style: string (email) indent: integer (0) wrap: integer (80) wrap_char string ("\n") indent_char: string (" ") wrap_boundary: boolean (true) - string $content: contents of the block
- Smarty &$smarty: clever simulation of a method

