PHP 클래스 SassElseNode

Represents Sass Else If and Else statements. Else If and Else statement nodes are chained below the If statement node.
상속: extends SassIfNode
파일 보기 프로젝트 열기: richthegeek/phpsass

공개 메소드들

메소드 설명
__construct ( object $token ) : SassElseNode SassElseNode constructor.

메소드 상세

__construct() 공개 메소드

SassElseNode constructor.
public __construct ( object $token ) : SassElseNode
$token object source token
리턴 SassElseNode