메소드 | 설명 | |
---|---|---|
__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 ( ) |
public __construct ( object $token ) : SassDirectiveNode | ||
$token | object | source token |
리턴 | SassDirectiveNode |
public static extractDirective ( object $token ) : string | ||
$token | object | token |
리턴 | string | the directive |