PHP Class CssThemes, addons

Inheritance: extends Gdn_Plugin
ファイルを表示 Open project: vanilla/addons

Public Properties

Property Type Description
$MissingSettings Properties ///
$ThemeSettings

Protected Properties

Property Type Description
$_AppName
$_OrignialPath

Public Methods

Method Description
ApplyTheme ( $OriginalPath, $CachePath, $InsertNames = TRUE ) Methods ///
Base_GetAppSettingsMenuItems_Handler ( $Sender )
CleanUp ( )
Get ( $OriginalPath, $AppName )
GetColors ( $Match )
GetNames ( $Css, $InsertNames = FALSE )
ParseCss ( $Path )
PluginController_Colors_Create ( $Sender )
PluginController_CssThemes_Create ( $Sender )
RGB ( $Color )
RGB2HSB ( $R, $G = NULL, $B = NULL )
Setup ( )

Protected Methods

Method Description
_ApplyImport ( $Match )
_ApplyThemeSetting ( $Match )
_ApplyUrl ( $Match )

Method Details

ApplyTheme() public method

Methods ///
public ApplyTheme ( $OriginalPath, $CachePath, $InsertNames = TRUE )

Base_GetAppSettingsMenuItems_Handler() public method

CleanUp() public method

public CleanUp ( )

Get() public method

public Get ( $OriginalPath, $AppName )

GetColors() public method

public GetColors ( $Match )

GetNames() public method

public GetNames ( $Css, $InsertNames = FALSE )

ParseCss() public method

public ParseCss ( $Path )

PluginController_Colors_Create() public method

public PluginController_Colors_Create ( $Sender )

PluginController_CssThemes_Create() public method

RGB() public method

public RGB ( $Color )

RGB2HSB() public method

public RGB2HSB ( $R, $G = NULL, $B = NULL )

Setup() public method

public Setup ( )

_ApplyImport() protected method

protected _ApplyImport ( $Match )

_ApplyThemeSetting() protected method

protected _ApplyThemeSetting ( $Match )

_ApplyUrl() protected method

protected _ApplyUrl ( $Match )

Property Details

$MissingSettings public_oe property

Properties ///
public $MissingSettings

$ThemeSettings public_oe property

public $ThemeSettings

$_AppName protected_oe property

protected $_AppName

$_OrignialPath protected_oe property

protected $_OrignialPath