private property HamlParser::$attrWrapper in Sassy 7
* * of this type within attributes will be escaped (e.g. by replacing them with * ') if the character is an apostrophe or a quotation mark. * Defaults to " (an quotation mark).
Type: string The character that should wrap element attributes. Characters
File
- phamlp/
haml/ HamlParser.php, line 188
Class
- HamlParser
- HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml
Code
private $attrWrapper = '"';