CitationTarget
extends AnnotationTarget
in package
FinalYes
Table of Contents
Properties
- $anchorName : string
- $documentPath : string
- $linkType : string
- $name : string
- $prefix : string
- $title : string|null
- $url : string
Methods
- __construct() : mixed
- getAnchor() : string
- getDocumentPath() : string
- getLinkType() : string
- getName() : string
- getPrefix() : string
- getTitle() : string|null
- getUrl() : string
- setAnchorName() : void
- setUrl() : InternalTarget
Properties
$anchorName
protected
string
$anchorName
$documentPath read-only
private
string
$documentPath
$linkType read-only
private
string
$linkType
= SectionNode::STD_LABEL
$name read-only
private
string
$name
$prefix read-only
private
string
$prefix
= ''
$title read-only
private
string|null
$title
= null
$url
private
string
$url
Methods
__construct()
public
__construct(string $documentPath, string $anchorName, string $name) : mixed
Parameters
- $documentPath : string
- $anchorName : string
- $name : string
getAnchor()
public
getAnchor() : string
Return values
stringgetDocumentPath()
public
getDocumentPath() : string
Return values
stringgetLinkType()
public
getLinkType() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetPrefix()
public
getPrefix() : string
Return values
stringgetTitle()
public
getTitle() : string|null
Return values
string|nullgetUrl()
public
getUrl() : string
Return values
stringsetAnchorName()
public
setAnchorName(string $anchorName) : void
Parameters
- $anchorName : string
setUrl()
public
setUrl(string $url) : InternalTarget
Parameters
- $url : string