class ApplyCustomizationsToSiteCommand extends Command (View source)

deprecated – use the skin based customizer instead. Class ApplyCustomizationsToSiteCommand

This command is used by the legacy non-skin-based customizer.

Properties

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

The styles data as posted by the customizer

Methods

static string
getHandler()

No description

from  Command
int
getThemeID()

No description

void
setThemeID(int $themeID)

No description

string
getPresetStartingPoint()

No description

void
setPresetStartingPoint(string $presetStartingPoint)

No description

string
getCustomCss()

No description

void
setCustomCss(string $customCss)

No description

array
getStyles()

No description

void
setStyles(array $styles)

No description

Details

static string getHandler()

No description

Return Value

string

int getThemeID()

No description

Return Value

int

void setThemeID(int $themeID)

No description

Parameters

int $themeID

Return Value

void

string getPresetStartingPoint()

No description

Return Value

string

void setPresetStartingPoint(string $presetStartingPoint)

No description

Parameters

string $presetStartingPoint

Return Value

void

string getCustomCss()

No description

Return Value

string

void setCustomCss(string $customCss)

No description

Parameters

string $customCss

Return Value

void

array getStyles()

No description

Return Value

array

void setStyles(array $styles)

No description

Parameters

array $styles

Return Value

void