public function PHPExcel_Cell_Hyperlink::getUrl in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/Hyperlink.php \PHPExcel_Cell_Hyperlink::getUrl()
Get URL
Return value
string
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ Hyperlink.php, line 70
Class
- PHPExcel_Cell_Hyperlink
- PHPExcel_Cell_Hyperlink
Code
public function getUrl() {
return $this->_url;
}