mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Doc for #80
This commit is contained in:
parent
c56623c1a4
commit
70d3b47ca2
@ -32,6 +32,7 @@ Documentation
|
|||||||
* [macro](./tags/macro.md) and `import` — template functions
|
* [macro](./tags/macro.md) and `import` — template functions
|
||||||
* [autoescape](./tags/autoescape.md) — escape template fragment
|
* [autoescape](./tags/autoescape.md) — escape template fragment
|
||||||
* [raw](./tags/raw.md) — unescape template fragment
|
* [raw](./tags/raw.md) — unescape template fragment
|
||||||
|
* [unset](./tags/unset.md) — unset a given variables
|
||||||
* or [add](./ext/extend.md#add-tags) yours
|
* or [add](./ext/extend.md#add-tags) yours
|
||||||
|
|
||||||
|
|
||||||
|
12
docs/tags/unset.md
Normal file
12
docs/tags/unset.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Tag {unset}
|
||||||
|
===========
|
||||||
|
|
||||||
|
Unset a given variables.
|
||||||
|
|
||||||
|
```smarty
|
||||||
|
|
||||||
|
{unset $a} unset single variable
|
||||||
|
|
||||||
|
{unset $a $b $c.d.e} multiple unset
|
||||||
|
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user