Guides

FootnoteTarget extends AnnotationTarget
in package

FinalYes

Table of Contents

Properties

$anchorName  : string
$documentPath  : string
$linkType  : string
$name  : string
$number  : int
$prefix  : string
$title  : string|null
$url  : string

Methods

__construct()  : mixed
getAnchor()  : string
getDocumentPath()  : string
getLinkType()  : string
getName()  : string
getNumber()  : int
getPrefix()  : string
getTitle()  : string|null
getUrl()  : string
setAnchorName()  : void
setNumber()  : void
setUrl()  : InternalTarget

Properties

$linkType read-only

private string $linkType = SectionNode::STD_LABEL

Methods

__construct()

public __construct(string $documentPath, string $anchorName, string $name, int $number) : mixed
Parameters
$documentPath : string
$anchorName : string
$name : string
$number : int

getDocumentPath()

public getDocumentPath() : string
Return values
string

getLinkType()

public getLinkType() : string
Return values
string

getTitle()

public getTitle() : string|null
Return values
string|null

setAnchorName()

public setAnchorName(string $anchorName) : void
Parameters
$anchorName : string

setNumber()

public setNumber(int $number) : void
Parameters
$number : int

        
On this page

Search results