\JLibraryHelper
Library helper class
Synopsis
class JLibraryHelper
{
- // members
- protected $libraries;
- // methods
- public static getLibrary()
- public static boolean isEnabled()
- public static JRegistry getParams()
- public static JRegistry saveParams()
- protected static boolean _load()
Members
protected
- $libraries
—
array
The component list cache
Methods
protected
- _load() — Load the installed libraryes into the libraries property.
public
- getLibrary() — Get the library information.
- getParams() — Gets the parameter object for the library
- isEnabled() — Checks if a library is enabled
- saveParams() — Save the parameters object for the library