You are here

public property Haml::$style in Sassy 7

* * nested: output is nested according to the indent level in the source * expanded: block tags have their own lines as does content which is indented * compact: block tags and their content go on one line * compressed: all unneccessary whitepaces is removed. If ugly is true this style is used.

Type: string style of output. Can be:

File

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

Class

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

Code

public $style;