Table of Contents
Interfaces
- Target
Properties
-
$anchorName
: string
-
$documentPath
: string
-
$linkType
: string
-
$prefix
: string
-
$title
: string|null
-
$url
: string
Methods
-
__construct()
: mixed
-
getAnchor()
: string
-
getDocumentPath()
: string
-
getLinkType()
: string
-
getPrefix()
: string
-
getTitle()
: string|null
-
getUrl()
: string
-
setAnchorName()
: void
-
setUrl()
: InternalTarget
$anchorName
protected
string
$anchorName
$documentPath
read-only
private
string
$documentPath
$linkType
read-only
private
string
$linkType
= SectionNode::STD_LABEL
$prefix
read-only
private
string
$prefix
= ''
$title
read-only
private
string|null
$title
= null
$url
private
string
$url
__construct()
public
__construct(string $documentPath, string $anchorName[, string|null $title = null ][, string $linkType = SectionNode::STD_LABEL ][, string $prefix = '' ]) : mixed
Parameters
-
$documentPath
: string
-
-
$anchorName
: string
-
-
$title
: string|null
= null
-
-
$linkType
: string
= SectionNode::STD_LABEL
-
-
$prefix
: string
= ''
-
getAnchor()
public
getAnchor() : string
getDocumentPath()
public
getDocumentPath() : string
getLinkType()
public
getLinkType() : string
getPrefix()
public
getPrefix() : string
getTitle()
public
getTitle() : string|null
Return values
string|null
getUrl()
public
getUrl() : string
setAnchorName()
public
setAnchorName(string $anchorName) : void
Parameters
-
$anchorName
: string
-
setUrl()
public
setUrl(string $url) : InternalTarget
Parameters
-
$url
: string
-