Method | Description | |
---|---|---|
__construct ( string $value ) | SassVariable constructor | |
evaluate ( SassContext $context ) : SassLiteral | Returns the SassScript object for this variable. | |
isa ( string $subject ) : mixed | Returns a value indicating if a token of this type can be matched at the start of the subject string. |
public __construct ( string $value ) | ||
$value | string | value of the Variable type |
public evaluate ( SassContext $context ) : SassLiteral | ||
$context | SassContext | context of the variable |
return | SassLiteral | the SassScript object for this variable |