PHP Class PhpOffice\PhpPresentation\Shape\Drawing\File

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

Protected Properties

Property Type Description
$path string

Public Methods

Method Description
getContents ( ) : string
getExtension ( ) : string
getIndexedFilename ( ) : string
getMimeType ( ) : string
getPath ( ) : string Get Path
setPath ( string $pValue = '', boolean $pVerifyFile = true ) : PhpOffice\PhpPresentation\Shape\Drawing Set Path

Method Details

getContents() public method

public getContents ( ) : string
return string

getExtension() public method

public getExtension ( ) : string
return string

getIndexedFilename() public method

public getIndexedFilename ( ) : string
return string

getMimeType() public method

public getMimeType ( ) : string
return string

getPath() public method

Get Path
public getPath ( ) : string
return string

setPath() public method

Set Path
public setPath ( string $pValue = '', boolean $pVerifyFile = true ) : PhpOffice\PhpPresentation\Shape\Drawing
$pValue string File path
$pVerifyFile boolean Verify file
return PhpOffice\PhpPresentation\Shape\Drawing

Property Details

$path protected property

protected string $path
return string