ApplyCustomizationsToPageCommand deprecated
class ApplyCustomizationsToPageCommand extends ApplyCustomizationsToSiteCommand (View source)
deprecated
This command is used by the legacy non-skin-based customizer.
Properties
protected int | $themeID | from ApplyCustomizationsToSiteCommand | |
protected string | $presetStartingPoint | from ApplyCustomizationsToSiteCommand | |
protected string | $customCss | from ApplyCustomizationsToSiteCommand | |
protected array | $styles | The styles data as posted by the customizer |
from ApplyCustomizationsToSiteCommand |
protected Page | $page |
Methods
void
setPresetStartingPoint(string $presetStartingPoint)
No description
Details
static string
getHandler()
No description
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
Page
getPage()
No description
void
setPage(Page $page)
No description