Horde_Themes_Css_Cache_File
extends Horde_Themes_Css_Cache
in package
Filesystem backend for the CSS caching library.
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
process(mixed $css, mixed $cacheid) : array<string|int, mixed>
Parameters
- $css : mixed
-
See Horde_Themes_Css#getStylesheets().
- $cacheid : mixed
-
Cache ID.
Return values
array<string|int, mixed> —The list of URLs to display (Horde_Url objects).