|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for PHPExcel_Reader_Excel2007_Theme:Public Member Functions | |
| __construct ($themeName, $colourSchemeName, $colourMap) | |
| Create a new PHPExcel_Theme. More... | |
| getThemeName () | |
| Get Theme Name. More... | |
| getColourSchemeName () | |
| Get colour Scheme Name. More... | |
| getColourByIndex ($index=0) | |
| Get colour Map Value by Position. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
Private Attributes | |
| $_themeName | |
| $_colourSchemeName | |
| $_colourMapValues | |
| $_colourMap | |
| PHPExcel_Reader_Excel2007_Theme::__construct | ( | $themeName, | |
| $colourSchemeName, | |||
| $colourMap | |||
| ) |
| PHPExcel_Reader_Excel2007_Theme::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 114 of file Theme.php.
| PHPExcel_Reader_Excel2007_Theme::getColourByIndex | ( | $index = 0 | ) |
| PHPExcel_Reader_Excel2007_Theme::getColourSchemeName | ( | ) |
Get colour Scheme Name.
Definition at line 95 of file Theme.php.
References $_colourSchemeName.
| PHPExcel_Reader_Excel2007_Theme::getThemeName | ( | ) |
Get Theme Name.
Definition at line 85 of file Theme.php.
References $_themeName.
|
private |
Definition at line 50 of file Theme.php.
Referenced by getColourSchemeName().
|
private |
Definition at line 43 of file Theme.php.
Referenced by getThemeName().