Files
smarty/docs/designers/language-modifiers/language-modifier-noprint.md

10 lines
216 B
Markdown
Raw Permalink Normal View History

# noprint
Always returns an empty string. This can be used to call a function or a method on an object that
returns output, and suppress the output.
## Basic usage
```smarty
{$controller->sendEmail()|noprint}
```