Documentation

Horde_Themes_Css_Cache_File extends Horde_Themes_Css_Cache
in package

Filesystem backend for the CSS caching library.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2014-2017 Horde LLC

license

http://www.horde.org/licenses/lgpl21 LGPL 2.1

since
2.12.0

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).


        
On this page

Search results