class CreateCustomSkinCommand extends Command (View source)

Properties

protected string $skinName
protected int $themeID
protected string $presetStartingPoint
protected string $customCss
protected int $authorID
protected array $styles

The styles data as posted by the customizer

Methods

static string
getHandler()

No description

from  Command
string
getSkinName()

No description

void
setSkinName(string $skinName)

No description

string
getCustomCss()

No description

void
setCustomCss(string $customCss)

No description

int
getThemeID()

No description

void
setThemeID(int $themeID)

No description

int
getAuthorID()

No description

void
setAuthorID(int $authorID)

No description

string
getPresetStartingPoint()

No description

void
setPresetStartingPoint(string $presetStartingPoint)

No description

array
getStyles()

No description

void
setStyles(array $styles)

No description

Details

static string getHandler()

No description

Return Value

string

string getSkinName()

No description

Return Value

string

void setSkinName(string $skinName)

No description

Parameters

string $skinName

Return Value

void

string getCustomCss()

No description

Return Value

string

void setCustomCss(string $customCss)

No description

Parameters

string $customCss

Return Value

void

int getThemeID()

No description

Return Value

int

void setThemeID(int $themeID)

No description

Parameters

int $themeID

Return Value

void

int getAuthorID()

No description

Return Value

int

void setAuthorID(int $authorID)

No description

Parameters

int $authorID

Return Value

void

string getPresetStartingPoint()

No description

Return Value

string

void setPresetStartingPoint(string $presetStartingPoint)

No description

Parameters

string $presetStartingPoint

Return Value

void

array getStyles()

No description

Return Value

array

void setStyles(array $styles)

No description

Parameters

array $styles

Return Value

void