PHP Class PhpPptTree, PHPPresentation

Show file Open project: phpoffice/phppowerpoint Class Usage Examples

Protected Properties

Property Type Description
$htmlOutput
$oPhpPresentation

Public Methods

Method Description
__construct ( PhpPresentation $oPHPPpt )
display ( )

Protected Methods

Method Description
append ( $sHTML )
displayPhpPresentation ( PhpPresentation $oPHPPpt )
displayPhpPresentationInfo ( PhpPresentation $oPHPPpt )
displayShape ( AbstractShape $shape )
displayShapeInfo ( AbstractShape $oShape )
getConstantName ( $class, $search, $startWith = '' )

Method Details

__construct() public method

public __construct ( PhpPresentation $oPHPPpt )
$oPHPPpt PhpOffice\PhpPresentation\PhpPresentation

append() protected method

protected append ( $sHTML )

display() public method

public display ( )

displayPhpPresentation() protected method

protected displayPhpPresentation ( PhpPresentation $oPHPPpt )
$oPHPPpt PhpOffice\PhpPresentation\PhpPresentation

displayPhpPresentationInfo() protected method

protected displayPhpPresentationInfo ( PhpPresentation $oPHPPpt )
$oPHPPpt PhpOffice\PhpPresentation\PhpPresentation

displayShape() protected method

protected displayShape ( AbstractShape $shape )
$shape PhpOffice\PhpPresentation\AbstractShape

displayShapeInfo() protected method

protected displayShapeInfo ( AbstractShape $oShape )
$oShape PhpOffice\PhpPresentation\AbstractShape

getConstantName() protected method

protected getConstantName ( $class, $search, $startWith = '' )

Property Details

$htmlOutput protected property

protected $htmlOutput

$oPhpPresentation protected property

protected $oPhpPresentation