class ThemeOptions implements PrimaryKeyInterface

Class Theme

Methods

integer
getId()

No description

setId(int $id)

No description

null|string
getMainColor()

No description

setMainColor(null|string $mainColor)

No description

null|string
getSecondaryColor()

No description

setSecondaryColor(null|string $secondaryColor)

No description

null|string
getBorderRadius()

No description

setBorderRadius(null|string $borderRadius)

No description

getTheme()

No description

setTheme(Theme $theme)

No description

bool
isIsCurrent()

No description

setIsCurrent(bool $isCurrent)

No description

bool
isIsDefault()

No description

setIsDefault(bool $isDefault)

No description

string
getName()

No description

setName(string $name)

No description

null|string
getMainColor2()

No description

setMainColor2(null|string $mainColor2)

No description

null|string
getSecondaryColor2()

No description

setSecondaryColor2(null|string $secondaryColor2)

No description

null|string
getBodyBackgroundColor()

No description

setBodyBackgroundColor(null|string $bodyBackgroundColor)

No description

null|string
getTopnavColor()

No description

setTopnavColor(null|string $topnavColor)

No description

null|string
getFooterColor()

No description

setFooterColor(null|string $footerColor)

No description

null|string
getFont()

No description

setFont(null|string $font)

No description

null|string
getTopnavTextColor()

No description

setTopnavTextColor(null|string $topnavTextColor)

No description

null|string
getHeaderBackgroundColor()

No description

setHeaderBackgroundColor(null|string $headerBackgroundColor)

No description

null|string
getHeaderTextColor()

No description

setHeaderTextColor(null|string $headerTextColor)

No description

null|string
getMenuTextColor()

No description

setMenuTextColor(null|string $menuTextColor)

No description

null|string
getFooterTextColor()

No description

setFooterTextColor(null|string $footerTextColor)

No description

Details

at line 238
integer getId()

Return Value

integer

at line 246
setId(int $id)

Parameters

int $id

at line 254
null|string getMainColor()

Return Value

null|string

at line 264
ThemeOptions setMainColor(null|string $mainColor)

Parameters

null|string $mainColor

Return Value

ThemeOptions

at line 274
null|string getSecondaryColor()

Return Value

null|string

at line 284
ThemeOptions setSecondaryColor(null|string $secondaryColor)

Parameters

null|string $secondaryColor

Return Value

ThemeOptions

at line 294
null|string getBorderRadius()

Return Value

null|string

at line 304
ThemeOptions setBorderRadius(null|string $borderRadius)

Parameters

null|string $borderRadius

Return Value

ThemeOptions

at line 314
Theme getTheme()

Return Value

Theme

at line 324
ThemeOptions setTheme(Theme $theme)

Parameters

Theme $theme

Return Value

ThemeOptions

at line 334
bool isIsCurrent()

Return Value

bool

at line 344
ThemeOptions setIsCurrent(bool $isCurrent)

Parameters

bool $isCurrent

Return Value

ThemeOptions

at line 354
bool isIsDefault()

Return Value

bool

at line 364
ThemeOptions setIsDefault(bool $isDefault)

Parameters

bool $isDefault

Return Value

ThemeOptions

at line 374
string getName()

Return Value

string

at line 384
ThemeOptions setName(string $name)

Parameters

string $name

Return Value

ThemeOptions

at line 394
null|string getMainColor2()

Return Value

null|string

at line 404
ThemeOptions setMainColor2(null|string $mainColor2)

Parameters

null|string $mainColor2

Return Value

ThemeOptions

at line 414
null|string getSecondaryColor2()

Return Value

null|string

at line 424
ThemeOptions setSecondaryColor2(null|string $secondaryColor2)

Parameters

null|string $secondaryColor2

Return Value

ThemeOptions

at line 434
null|string getBodyBackgroundColor()

Return Value

null|string

at line 444
ThemeOptions setBodyBackgroundColor(null|string $bodyBackgroundColor)

Parameters

null|string $bodyBackgroundColor

Return Value

ThemeOptions

at line 454
null|string getTopnavColor()

Return Value

null|string

at line 464
ThemeOptions setTopnavColor(null|string $topnavColor)

Parameters

null|string $topnavColor

Return Value

ThemeOptions

at line 474
null|string getFooterColor()

Return Value

null|string

at line 484
ThemeOptions setFooterColor(null|string $footerColor)

Parameters

null|string $footerColor

Return Value

ThemeOptions

at line 494
null|string getFont()

Return Value

null|string

at line 504
ThemeOptions setFont(null|string $font)

Parameters

null|string $font

Return Value

ThemeOptions

at line 514
null|string getTopnavTextColor()

Return Value

null|string

at line 524
ThemeOptions setTopnavTextColor(null|string $topnavTextColor)

Parameters

null|string $topnavTextColor

Return Value

ThemeOptions

at line 534
null|string getHeaderBackgroundColor()

Return Value

null|string

at line 544
ThemeOptions setHeaderBackgroundColor(null|string $headerBackgroundColor)

Parameters

null|string $headerBackgroundColor

Return Value

ThemeOptions

at line 554
null|string getHeaderTextColor()

Return Value

null|string

at line 564
ThemeOptions setHeaderTextColor(null|string $headerTextColor)

Parameters

null|string $headerTextColor

Return Value

ThemeOptions

at line 574
null|string getMenuTextColor()

Return Value

null|string

at line 584
ThemeOptions setMenuTextColor(null|string $menuTextColor)

Parameters

null|string $menuTextColor

Return Value

ThemeOptions

at line 594
null|string getFooterTextColor()

Return Value

null|string

at line 604
ThemeOptions setFooterTextColor(null|string $footerTextColor)

Parameters

null|string $footerTextColor

Return Value

ThemeOptions