mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-08 02:01:00 +02:00
10 lines
216 B
Markdown
10 lines
216 B
Markdown
![]() |
# 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}
|
||
|
```
|