|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for PHPExcel_Chart_Title:Public Member Functions | |
| __construct ($caption=null, PHPExcel_Chart_Layout $layout=null) | |
| Create a new PHPExcel_Chart_Title. More... | |
| getCaption () | |
| Get caption. More... | |
| setCaption ($caption=null) | |
| getLayout () | |
| Get Layout. More... | |
Private Attributes | |
| $_caption = null | |
| $_layout = null | |
| PHPExcel_Chart_Title::__construct | ( | $caption = null, |
|
| PHPExcel_Chart_Layout | $layout = null |
||
| ) |
Create a new PHPExcel_Chart_Title.
Definition at line 56 of file Title.php.
References $layout.
| PHPExcel_Chart_Title::getCaption | ( | ) |
| PHPExcel_Chart_Title::getLayout | ( | ) |
Get Layout.
Definition at line 88 of file Title.php.
References $_layout.
| PHPExcel_Chart_Title::setCaption | ( | $caption = null | ) |
Set caption @param string $caption
Definition at line 77 of file Title.php.
|
private |
Definition at line 44 of file Title.php.
Referenced by getCaption().
|
private |
Definition at line 51 of file Title.php.
Referenced by getLayout().