Documentation

Endnote extends Footnote
in package

Endnote element HTML writer.

Tags
since
0.10.0

Table of Contents

Properties

$element  : AbstractElement
Element.
$noteType  : string
Note type.
$parentWriter  : HTML
Parent writer.
$withoutP  : bool
Without paragraph.

Methods

__construct()  : mixed
Create new instance.
setWithoutP()  : void
Set without paragraph.
write()  : string
Write footnote/endnote marks; The actual content is written in parent writer (HTML).

Properties

$noteType

Note type.

protected string $noteType = 'endnote'

Methods

setWithoutP()

Set without paragraph.

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

write()

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

public write() : string
Return values
string

        
On this page

Search results