Documentation

Hyperlink
in package

Table of Contents

Properties

$tooltip  : string
Tooltip to display on the hyperlink.
$url  : string
URL to link the cell to.

Methods

__construct()  : mixed
Create a new Hyperlink.
getHashCode()  : string
Get hash code.
getTooltip()  : string
Get tooltip.
getTypeHyperlink()  : string
getUrl()  : string
Get URL.
isInternal()  : bool
Is this hyperlink internal? (to another worksheet).
setTooltip()  : $this
Set tooltip.
setUrl()  : $this
Set URL.

Properties

$tooltip

Tooltip to display on the hyperlink.

private string $tooltip

$url

URL to link the cell to.

private string $url

Methods

__construct()

Create a new Hyperlink.

public __construct([string $url = '' ][, string $tooltip = '' ]) : mixed
Parameters
$url : string = ''

Url to link the cell to

$tooltip : string = ''

Tooltip to display on the hyperlink

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getTooltip()

Get tooltip.

public getTooltip() : string
Return values
string
public getTypeHyperlink() : string
Return values
string

getUrl()

Get URL.

public getUrl() : string
Return values
string

isInternal()

Is this hyperlink internal? (to another worksheet).

public isInternal() : bool
Return values
bool

setTooltip()

Set tooltip.

public setTooltip(string $tooltip) : $this
Parameters
$tooltip : string
Return values
$this

setUrl()

Set URL.

public setUrl(string $url) : $this
Parameters
$url : string
Return values
$this

        
On this page

Search results