Method |
Description |
|
__construct ( string $value, string $separator = 'auto' ) : SassBoolean |
SassBoolean constructor |
|
_build_list ( $list, $separator = ',' ) |
|
|
_parse_list ( $list, $separator = 'auto', $lex = true, $context = null ) |
|
|
append ( $other, $separator = null ) |
|
|
getValue ( ) : boolean |
Returns the value of this boolean. |
|
index ( $value ) |
New function index returns the list index of a value within a list. For example: index(1px solid red, solid) returns 2. When the value is not found false is returned. |
|
isa ( string $subject ) : mixed |
Returns a value indicating if a token of this type can be matched at
the start of the subject string. |
|
length ( ) |
|
|
nth ( $i ) |
|
|
toString ( ) : string |
Returns a string representation of the value. |
|