Метод |
Описание |
|
apply_sanitize_callback ( array $output, string | array $value ) : string | array |
If we have a sanitize_callback defined, apply it to the value. |
|
apply_value_pattern ( array $output, string | array $value ) : string | array |
If we have a value_pattern defined, apply it to the value. |
|
parse_output ( ) |
Parses the output arguments. |
|
process_output ( array $output, string $value ) : void |
Parses an output and creates the styles array for it. |
|
process_property_value ( string $property, string $value ) : array |
Some CSS properties are unique. |
|
process_value ( string | array $value, array $output ) : string | array |
Returns the value. |
|