Property | Type | Description | |
---|---|---|---|
$property | string | The property we're modifying. | |
$value | string | array | The value |
Method | Description | |
---|---|---|
__construct ( string $property, mixed $value ) | Constructor. | |
get_value ( ) | Gets the value. |
Method | Description | |
---|---|---|
process_value ( ) | Modifies the value. |
public __construct ( string $property, mixed $value ) | ||
$property | string | The CSS property we're modifying. |
$value | mixed | The value. |