PHP Класс SassMixinNode

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

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

Метод Описание
__construct ( object $token ) : SassMixinNode SassMixinDefinitionNode constructor.
isa ( object $token ) : boolean Returns a value indicating if the token represents this type of node.
parse ( SassContext $pcontext ) : array Parse this node.
resolveSelectors ( SassContext $context ) : array Resolves selectors.

Описание методов

__construct() публичный Метод

SassMixinDefinitionNode constructor.
public __construct ( object $token ) : SassMixinNode
$token object source token
Результат SassMixinNode

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() публичный Метод

Set passed arguments and any optional arguments not passed to their defaults, then render the children of the mixin definition.
public parse ( SassContext $pcontext ) : array
$pcontext SassContext the context in which this node is parsed
Результат array the parsed node

resolveSelectors() публичный Метод

Interpolates SassScript in selectors and resolves any parent references or appends the parent selectors.
public resolveSelectors ( SassContext $context ) : array
$context SassContext the context in which this node is parsed
Результат array