You are here

constant HamlHelperNode::BLOCK in Sassy 7

File

phamlp/haml/tree/HamlHelperNode.php, line 24

Class

HamlHelperNode
HamlHelperNode class. Represent a helper in the Haml source. The helper is run on the output from child nodes when the node is rendered. @package PHamlP @subpackage Haml.tree

Code

const BLOCK = 4;