PHP Class Horde_Core_Factory_ThemesCache, horde
Copyright 2010-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you
did not receive this file, see http://www.horde.org/licenses/lgpl21.
Show file
Open project: horde/horde
Public Methods
Method Details
Return the Horde_Themes_Cache:: instance.
public create ( string $app, string $theme ) : Horde_Themes_Cache |
$app |
string |
The application name. |
$theme |
string |
The theme name. |
return |
Horde_Themes_Cache |
The singleton instance. |
expireCache()
public method