Documentation

Endnote extends Footnote

Endnote element HTML writer.

Tags
since
0.10.0

Table of Contents

$element  : AbstractElement
Element.
$escaper  : Escaper|AbstractEscaper
$noteType  : string
Note type.
$parentWriter  : AbstractWriter
Parent writer.
$withoutP  : bool
Without paragraph.
__construct()  : mixed
Create new instance.
setWithoutP()  : void
Set without paragraph.
write()  : mixed
Write element.

Properties

$noteType

Note type.

protected string $noteType = 'endnote'

Methods

setWithoutP()

Set without paragraph.

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

write()

Write element.

public abstract write() : mixed
Return values
mixed

Search results