PHPExcel_Cell
[ class tree: PHPExcel_Cell ] [ index: PHPExcel_Cell ] [ all elements ]

Class: PHPExcel_Cell_Hyperlink

Source Location: /PHPExcel/Cell/Hyperlink.php

Class Overview


PHPExcel_Cell_Hyperlink


Author(s):

Copyright:

  • Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)

Variables

Methods



Class Details

[line 36]
PHPExcel_Cell_Hyperlink

PHPExcel_Cell_Hyperlink




Tags:

copyright:  Copyright (c) 2006 - 2009 PHPExcel (http://www.codeplex.com/PHPExcel)


[ Top ]


Class Variables

$_cell =

[line 43]

Cell representing the hyperlink

Cell representing the hyperlink




Tags:

access:  private

Type:   PHPExcel_Cell


[ Top ]

$_tooltip =

[line 57]

Tooltip to display on the hyperlink

Tooltip to display on the hyperlink




Tags:

access:  private

Type:   string


[ Top ]

$_url =

[line 50]

URL to link the cell to

URL to link the cell to




Tags:

access:  private

Type:   string


[ Top ]



Class Methods


constructor __construct [line 67]

PHPExcel_Cell_Hyperlink __construct( [PHPExcel_Cell $pCell = null], [string $pUrl = ''], [string $pTooltip = ''])

Create a new PHPExcel_Cell_Hyperlink

Create a new PHPExcel_Cell_Hyperlink




Tags:

throws:  Exception
access:  public


Parameters:

PHPExcel_Cell   $pCell   Parent cell
string   $pUrl   Url to link the cell to
string   $pTooltip   Tooltip to display on the hyperlink

[ Top ]

method getHashCode [line 145]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public


[ Top ]

method getParent [line 127]

PHPExcel_Cell getParent( )

Get parent

Get parent




Tags:

access:  public


[ Top ]

method getTooltip [line 100]

string getTooltip( )

Get tooltip

Get tooltip




Tags:

access:  public


[ Top ]

method getUrl [line 82]

string getUrl( )

Get URL

Get URL




Tags:

access:  public


[ Top ]

method isInternal [line 118]

boolean isInternal( )

Is this hyperlink internal? (to another sheet)

Is this hyperlink internal? (to another sheet)




Tags:

access:  public


[ Top ]

method setParent [line 136]

void setParent( [PHPExcel_Cell $value = null])

Set Parent

Set Parent




Tags:

access:  public


Parameters:

PHPExcel_Cell   $value  

[ Top ]

method setTooltip [line 109]

void setTooltip( [string $value = ''])

Set tooltip

Set tooltip




Tags:

access:  public


Parameters:

string   $value  

[ Top ]

method setUrl [line 91]

void setUrl( [string $value = ''])

Set URL

Set URL




Tags:

access:  public


Parameters:

string   $value  

[ Top ]


Documentation generated on Mon, 05 Jan 2009 20:37:58 +0100 by phpDocumentor 1.4.1