You are here

private property Haml::$hamlOptions in Sassy 7

*

Type: array Haml parser option names. These are passed to the parser if set.

File

phamlp/Yii/phamlp/Haml.php, line 154

Class

Haml
HamlViewRenderer allows you to write view files in {@link Haml http://haml-lang.com/}. @package PHamlP @subpackage Yii

Code

private $hamlOptions = array(
  'format',
  'doctype',
  'escapeHtml',
  'suppressEval',
  'attrWrapper',
  'style',
  'ugly',
  'preserveComments',
  'debug',
  'filterDir',
  'doctypes',
  'emptyTags',
  'inlineTags',
  'minimizedAttributes',
  'preserve',
  'helperFile',
);