Theme
in package
Table of Contents
Properties
- $colourMap : array<string|int, string>
- Colour Map.
- $colourSchemeName : string
- Colour Scheme Name.
- $themeName : string
- Theme Name.
Methods
- __construct() : mixed
- Create a new Theme.
- getColourByIndex() : string|null
- Get colour Map Value by Position.
- getColourSchemeName() : string
- Not called by Reader, never accessible any other time.
- getThemeName() : string
- Not called by Reader, never accessible any other time.
Properties
$colourMap
Colour Map.
private
array<string|int, string>
$colourMap
$colourSchemeName
Colour Scheme Name.
private
string
$colourSchemeName
$themeName
Theme Name.
private
string
$themeName
Methods
__construct()
Create a new Theme.
public
__construct(string $themeName, string $colourSchemeName, array<string|int, string> $colourMap) : mixed
Parameters
- $themeName : string
- $colourSchemeName : string
- $colourMap : array<string|int, string>
getColourByIndex()
Get colour Map Value by Position.
public
getColourByIndex(int $index) : string|null
Parameters
- $index : int
Return values
string|nullgetColourSchemeName()
Not called by Reader, never accessible any other time.
public
getColourSchemeName() : string
Tags
Return values
stringgetThemeName()
Not called by Reader, never accessible any other time.
public
getThemeName() : string