PHP Класс SassDirectiveNode

Represents a CSS directive.
Наследование: extends SassNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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