\PhpOffice\PhpWord\Writer\HTML\ElementFootnote

Footnote element HTML writer

Summary

Methods
Properties
Constants
write()
__construct()
setWithoutP()
No public properties found
No constants found
No protected methods found
$parentWriter
$element
$withoutP
$escaper
$noteType
N/A
No private methods found
No private properties found
N/A

Properties

$withoutP

$withoutP : boolean

Without paragraph

Type

boolean

$noteType

$noteType : string

Note type footnote|endnote

Type

string

Methods

write()

write() : string

Write footnote/endnote marks; The actual content is written in parent writer (HTML)

Returns

string

setWithoutP()

setWithoutP(boolean  $value) 

Set without paragraph.

Parameters

boolean $value