PHP Class PhpOffice\PhpPresentation\Slide\Animation

Show file Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Property Type Description
$shapeCollection array

Public Methods

Method Description
addShape ( AbstractShape $shape ) : Animation
getShapeCollection ( ) : array
setShapeCollection ( array $array = [] ) : Animation

Method Details

addShape() public method

public addShape ( AbstractShape $shape ) : Animation
$shape PhpOffice\PhpPresentation\AbstractShape
return Animation

getShapeCollection() public method

public getShapeCollection ( ) : array
return array

setShapeCollection() public method

public setShapeCollection ( array $array = [] ) : Animation
$array array
return Animation

Property Details

$shapeCollection protected property

protected array $shapeCollection
return array