PHP Class PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractTypePie

Inheritance: extends AbstractType
Show file Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Property Type Description
$explosion integer Explosion of the Pie

Public Methods

Method Description
__construct ( ) Create a new self instance
getExplosion ( ) : string Get orientation
getHashCode ( ) : string Get hash code
setExplosion ( integer $value ) : AbstractTypePie Set explosion

Method Details

__construct() public method

Create a new self instance
public __construct ( )

getExplosion() public method

Get orientation
public getExplosion ( ) : string
return string

getHashCode() public method

Get hash code
public getHashCode ( ) : string
return string Hash code

setExplosion() public method

Set explosion
public setExplosion ( integer $value ) : AbstractTypePie
$value integer
return AbstractTypePie

Property Details

$explosion protected property

Explosion of the Pie
protected int $explosion
return integer