Horde_Themes_Css_Cache
in package
AbstractYes
Object handling storage of cached CSS data.
Tags
Table of Contents
Properties
- $_params : array<string|int, mixed>
- Configuration parameters.
Methods
- __construct() : mixed
- Constructor.
- gc() : mixed
- Perform garbage collection.
- process() : array<string|int, mixed>
- Process a list of CSS files.
Properties
$_params
Configuration parameters.
protected
array<string|int, mixed>
$_params
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
- $params : array<string|int, mixed> = array()
-
Configuration parameters.
gc()
Perform garbage collection.
public
gc() : mixed
process()
Process a list of CSS files.
public
abstract process(array<string|int, mixed> $css, string $cacheid) : array<string|int, mixed>
Parameters
- $css : array<string|int, mixed>
-
See Horde_Themes_Css#getStylesheets().
- $cacheid : string
-
Cache ID.
Return values
array<string|int, mixed> —The list of URLs to display (Horde_Url objects).