PHP Class PhpOffice\PhpPresentation\Tests\TestHelperDOCX

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

Protected Properties

Свойство Type Description
$file string Temporary file name

Méthodes publiques

Méthode Description
clear ( ) Clear document
deleteDir ( string $dir ) Delete directory
getDocument ( PhpPresentation $phpPresentation, string $writerName ) : XmlDocument Get document content
getFile ( ) : string Get file

Method Details

clear() public static méthode

Clear document
public static clear ( )

deleteDir() public static méthode

Delete directory
public static deleteDir ( string $dir )
$dir string

getDocument() public static méthode

Get document content
public static getDocument ( PhpPresentation $phpPresentation, string $writerName ) : XmlDocument
$phpPresentation PhpOffice\PhpPresentation\PhpPresentation
$writerName string
Résultat XmlDocument

getFile() public static méthode

Get file
public static getFile ( ) : string
Résultat string

Property Details

$file protected_oe static_oe property

Temporary file name
protected static string $file
Résultat string