Guides

InternalTarget
in package
implements Target

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

Properties

$linkType read-only

private string $linkType = SectionNode::STD_LABEL

Methods

__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 = ''

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

        
On this page

Search results