You are here

private property SassIfNode::$else in Sassy 7.3

Same name and namespace in other branches
  1. 7 phamlp/sass/tree/SassIfNode.php \SassIfNode::else

Type: SassIfNode the next else node.

File

phpsass/tree/SassIfNode.php, line 28

Class

SassIfNode
SassIfNode class. Represents Sass If, Else If and Else statements. Else If and Else statement nodes are chained below the If statement node. @package PHamlP @subpackage Sass.tree

Code

private $else;