Function LangFilter_EN->filter_css
Definitions
sources/lang_filter_EN.php
- Do a compile-time filter of the CSS code.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$name | string | required parameter | N/A | N/A | The name of the CSS file |
$code | string | required parameter | N/A | N/A | The CSS code |
Return
- The filtered CSS code
- Type: string
- Set: N/A
- Range: N/A