Обновлено имя константы

Fenom::STRIP на Fenom::AUTO_STRIP
This commit is contained in:
Dmitry Kulagin 2014-05-19 20:32:27 +03:00
parent a324d176b9
commit 83e1e7177e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Options may by associative array like `'option_name' => true` or bitwise mask.
| *force_verify* | `Fenom::FORCE_VERIFY` | check existence every used variable | decreases performance |
<!-- | *auto_trim* | `Fenom::AUTO_TRIM` | remove space-characters before and after tags | | -->
| *disable_statics* | `Fenom::DENY_STATICS` | disable calling static methods in templates. | |
| *strip* | `Fenom::STRIP` | strip all whitespaces in templates. | decrease cache size |
| *strip* | `Fenom::AUTO_STRIP` | strip all whitespaces in templates. | decrease cache size |
```php
$fenom->setOptions(array(