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

Inheritance: extends AbstractType
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Свойство Type Description
$explosion integer Explosion of the Pie

Méthodes publiques

Méthode 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 méthode

Create a new self instance
public __construct ( )

getExplosion() public méthode

Get orientation
public getExplosion ( ) : string
Résultat string

getHashCode() public méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

setExplosion() public méthode

Set explosion
public setExplosion ( integer $value ) : AbstractTypePie
$value integer
Résultat AbstractTypePie

Property Details

$explosion protected_oe property

Explosion of the Pie
protected int $explosion
Résultat integer