Definition at line 36 of file Hyperlink.php.
◆ __construct()
PHPExcel_Cell_Hyperlink::__construct |
( |
|
$pUrl = '' , |
|
|
|
$pTooltip = '' |
|
) |
| |
Create a new PHPExcel_Cell_Hyperlink.
- Parameters
-
string | $pUrl | Url to link the cell to |
string | $pTooltip | Tooltip to display on the hyperlink |
Definition at line 58 of file Hyperlink.php.
62 $this->_tooltip = $pTooltip;
◆ getHashCode()
PHPExcel_Cell_Hyperlink::getHashCode |
( |
| ) |
|
Get hash code.
- Returns
- string Hash code
Definition at line 119 of file Hyperlink.php.
◆ getTooltip()
PHPExcel_Cell_Hyperlink::getTooltip |
( |
| ) |
|
◆ getUrl()
PHPExcel_Cell_Hyperlink::getUrl |
( |
| ) |
|
◆ isInternal()
PHPExcel_Cell_Hyperlink::isInternal |
( |
| ) |
|
Is this hyperlink internal? (to another worksheet)
- Returns
- boolean
Definition at line 110 of file Hyperlink.php.
111 return strpos($this->_url,
'sheet://') !==
false;
◆ setTooltip()
PHPExcel_Cell_Hyperlink::setTooltip |
( |
|
$value = '' | ) |
|
◆ setUrl()
PHPExcel_Cell_Hyperlink::setUrl |
( |
|
$value = '' | ) |
|
◆ $_tooltip
PHPExcel_Cell_Hyperlink::$_tooltip |
|
private |
◆ $_url
PHPExcel_Cell_Hyperlink::$_url |
|
private |
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/Hyperlink.php