private property HamlParser::$debug in Sassy 7
* * no debug, show source, show output, or show all. * Debug settings can be controlled in the template * Defaults to DEBUG_NONE.
Type: integer Initial debug setting:
File
- phamlp/
haml/ HamlParser.php, line 220
Class
- HamlParser
- HamlParser class. Parses {@link http://haml-lang.com/ Haml} view files. @package PHamlP @subpackage Haml
Code
private $debug = self::DEBUG_NONE;