class ApplyCustomizationsToPageCommand extends ApplyCustomizationsToSiteCommand (View source)

deprecated – use the skin based customizer instead.

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

static string
getHandler()

No description

from  Command
int
getThemeID()

No description

void
setThemeID(int $themeID)

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

getPage()

No description

void
setPage(Page $page)

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

Page getPage()

No description

Return Value

Page

void setPage(Page $page)

No description

Parameters

Page $page

Return Value

void