You are here

public function HamlCommentNode::getIsConditional in Sassy 7

File

phamlp/haml/tree/HamlCommentNode.php, line 29

Class

HamlCommentNode
HamlCommentNode class. Represents a comment, including MSIE conditional comments. @package PHamlP @subpackage Haml.tree

Code

public function getIsConditional() {
  return $this->isConditional;
}