class GenerateCustomSkinStylesheetCommand extends Command (View source)

Properties

protected CustomSkin $customSkin
protected int $themeID

Methods

static string
getHandler()

No description

from  Command
getCustomSkin()

No description

void
setCustomSkin(CustomSkin $customSkin)

No description

int
getThemeID()

No description

void
setThemeID(int $themeID)

No description

Details

static string getHandler()

No description

Return Value

string

CustomSkin getCustomSkin()

No description

Return Value

CustomSkin

void setCustomSkin(CustomSkin $customSkin)

No description

Parameters

CustomSkin $customSkin

Return Value

void

int getThemeID()

No description

Return Value

int

void setThemeID(int $themeID)

No description

Parameters

int $themeID

Return Value

void