PHP 클래스 SassImportNode

Represents a CSS Import.
상속: extends SassNode
파일 보기 프로젝트 열기: richthegeek/phpsass 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( object $token, $parent ) : SassImportNode SassImportNode.
parse ( SassContext $context ) : array Parse this node.

메소드 상세

__construct() 공개 메소드

SassImportNode.
public __construct ( object $token, $parent ) : SassImportNode
$token object source token
리턴 SassImportNode

parse() 공개 메소드

If the node is a CSS import return the CSS import rule. Else returns the rendered tree for the file.
public parse ( SassContext $context ) : array
$context SassContext the context in which this node is parsed
리턴 array the parsed node