Свойство | Type | Description | |
---|---|---|---|
$quote | string quote type; double or single quotes, or unquoted. |
Méthode | Description | |
---|---|---|
__construct ( $value ) : SassString | class constructor | |
getTypeOf ( ) | ||
getValue ( ) : string | Returns the value of this string. | |
isa ( $subject ) : mixed | Returns a value indicating if a token of this type can be matched at the start of the subject string. | |
op_eq ( $other ) | Equals - works better | |
op_plus ( $other ) : sassString | String addition. | |
op_times ( sassNumber $other ) : sassString | String multiplication. | |
toBoolean ( ) | Evaluates the value as a boolean. | |
toString ( ) : string | Returns a string representation of the value. | |
toVar ( ) |
public __construct ( $value ) : SassString | ||
Résultat | SassString |
public op_plus ( $other ) : sassString | ||
Résultat | sassString | the string result |
public op_times ( sassNumber $other ) : sassString | ||
$other | sassNumber | the number of times to repeat this |
Résultat | sassString | the string result |