Documentation

Footnote extends AbstractElement

Footnote element HTML writer

Tags
since
0.10.0

Table of Contents

$element  : AbstractElement
Element
$escaper  : Escaper|AbstractEscaper
$noteType  : string
Note type footnote|endnote
$parentWriter  : AbstractWriter
Parent writer
$withoutP  : bool
Without paragraph
__construct()  : mixed
Create new instance
setWithoutP()  : mixed
Set without paragraph.
write()  : string
Write footnote/endnote marks; The actual content is written in parent writer (HTML)

Properties

$noteType

Note type footnote|endnote

protected string $noteType = 'footnote'

Methods

setWithoutP()

Set without paragraph.

public setWithoutP(bool $value) : mixed
Parameters
$value : bool
Return values
mixed

write()

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

public write() : string
Return values
string

Search results