PHP 클래스 SassDirectiveNode

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

공개 메소드들

메소드 설명
__clone ( )
__construct ( object $token ) : SassDirectiveNode SassDirectiveNode.
extractDirective ( object $token ) : string Returns the directive
interpolate_nonstrict ( $string, $context )
isa ( object $token ) : boolean Returns a value indicating if the token represents this type of node.
parse ( SassContext $context ) : array Parse this node.
render ( ) : string Render this node.

보호된 메소드들

메소드 설명
getDirective ( )

메소드 상세

__clone() 공개 메소드

또한 보기: parse
public __clone ( )

__construct() 공개 메소드

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

extractDirective() 공개 정적인 메소드

Returns the directive
public static extractDirective ( object $token ) : string
$token object token
리턴 string the directive

getDirective() 보호된 메소드

protected getDirective ( )

interpolate_nonstrict() 공개 정적인 메소드

public static interpolate_nonstrict ( $string, $context )

isa() 공개 정적인 메소드

Returns a value indicating if the token represents this type of node.
public static isa ( object $token ) : boolean
$token object token
리턴 boolean true if the token represents this type of node, false if not

parse() 공개 메소드

Parse this node.
public parse ( SassContext $context ) : array
$context SassContext the context in which this node is parsed
리턴 array the parsed node

render() 공개 메소드

Render this node.
public render ( ) : string
리턴 string the rendered node