6 * @copyright 2012-2020 Leaf Corcoran
8 * @license http://opensource.org/licenses/MIT MIT
10 * @link http://scssphp.github.io/scssphp
13 namespace ScssPhp\ScssPhp\Block
;
15 use ScssPhp\ScssPhp\Block
;
16 use ScssPhp\ScssPhp\Type
;
21 class IfBlock
extends Block
29 * @var array<ElseifBlock|ElseBlock>
33 public function __construct()
35 $this->type
= Type
::T_IF
;