PHP Класс SassCharsetNode

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

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

Метод Описание
__construct ( object $token ) : SassCharsetNode SassCharsetNode constructor.
isa ( object $token ) : boolean Contents a value indicating if the token represents this type of node.
parse ( SassContext $pcontext ) : array Parse this node.
render ( )

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

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

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

isa() публичный статический Метод

Contents 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 return definition.
public parse ( SassContext $pcontext ) : array
$pcontext SassContext the context in which this node is parsed
Результат array the parsed node

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

public render ( )