private property HamlParser::$indentSpaces in Sassy 7
* * Used on source if {@link indentChar} is space. * Used on output if {@link ugly} is false.
Type: integer number of spaces for indentation.
File
- phamlp/
haml/ HamlParser.php, line 295
Class
- HamlParser
- HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml
Code
private $indentSpaces;