Documentation

Pie extends AbstractTypePie
in package
implements ComparableInterface

self.

Table of Contents

Interfaces

ComparableInterface
PhpOffice\PhpPresentation\ComparableInterface.

Properties

$explosion  : int
Explosion of the Pie.
$hasAxisX  : bool
Has Axis X?
$hasAxisY  : bool
Has Axis Y?
$hashIndex  : int
Hash index.
$series  : array<int, Series>

Methods

__clone()  : mixed
__construct()  : mixed
Create a new self instance.
addSeries()  : $this
Add Series.
getExplosion()  : int
Get orientation.
getHashCode()  : string
Get hash code.
getHashIndex()  : null|int
Get hash index.
getSeries()  : array<int, Series>
Get Series.
hasAxisX()  : bool
Has Axis X?
hasAxisY()  : bool
Has Axis Y?
setExplosion()  : self
Set explosion.
setHashIndex()  : AbstractType
Set hash index.
setSeries()  : $this
Set Series.

Properties

Methods

__construct()

Create a new self instance.

public __construct() : mixed

getExplosion()

Get orientation.

public getExplosion() : int
Return values
int

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getHashIndex()

Get hash index.

public getHashIndex() : null|int

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Return values
null|int

Hash index

hasAxisX()

Has Axis X?

public hasAxisX() : bool
Return values
bool

hasAxisY()

Has Axis Y?

public hasAxisY() : bool
Return values
bool

setExplosion()

Set explosion.

public setExplosion([int $value = 0 ]) : self
Parameters
$value : int = 0
Return values
self

setHashIndex()

Set hash index.

public setHashIndex(int $value) : AbstractType

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Parameters
$value : int

Hash index

Return values
AbstractType

setSeries()

Set Series.

public setSeries([array<int, Series$series = [] ]) : $this
Parameters
$series : array<int, Series> = []
Return values
$this

        
On this page

Search results