\PHPExcel_Chart_Title

PHPExcel_Chart_Title

Summary

Methods
Properties
Constants
__construct()
getCaption()
setCaption()
getLayout()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_caption
$_layout
N/A

Properties

$_caption

$_caption : string

Title Caption

Type

string

Methods

__construct()

__construct(  $caption = null, \PHPExcel_Chart_Layout  $layout = null) 

Create a new PHPExcel_Chart_Title

Parameters

$caption
\PHPExcel_Chart_Layout $layout

getCaption()

getCaption() : string

Get caption

Returns

string

setCaption()

setCaption(string  $caption = null) : \PHPExcel_Chart_Title

Set caption

Parameters

string $caption

Returns

\PHPExcel_Chart_Title