public property Haml::$escapeHtml in Sassy 7
* * If this is true, = behaves like &=; otherwise, it behaves like !=. * Note that if this is set, != should be used for yielding to subtemplates * and rendering partials. Defaults to false.
Type: boolean whether or not to escape X(HT)ML-sensitive characters in script.
File
- phamlp/
Yii/ phamlp/ Haml.php, line 72
Class
- Haml
- HamlViewRenderer allows you to write view files in {@link Haml http://haml-lang.com/}. @package PHamlP @subpackage Yii
Code
public $escapeHtml;