CreateCustomSkinCommand
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
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
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