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

Class: PHPExcel_Comment

Source Location: /PHPExcel/Comment.php

Class Overview


PHPExcel_Comment


Author(s):

Copyright:

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

Implements interfaces:

Variables

Methods



Class Details

[line 43]
PHPExcel_Comment

PHPExcel_Comment




Tags:

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


[ Top ]


Class Variables

$_author =

[line 50]

Author

Author




Tags:

access:  private

Type:   string


[ Top ]

$_text =

[line 57]

Rich text comment

Rich text comment




Tags:

access:  private

Type:   PHPExcel_RichText


[ Top ]



Class Methods


constructor __construct [line 64]

PHPExcel_Comment __construct( )

Create a new PHPExcel_Comment

Create a new PHPExcel_Comment




Tags:

throws:  Exception
access:  public


[ Top ]

method getAuthor [line 76]

string getAuthor( )

Get Author

Get Author




Tags:

access:  public


[ Top ]

method getHashCode [line 112]

string getHashCode( )

Get hash code

Get hash code




Tags:

return:  Hash code
access:  public



Implementation of:
PHPExcel_IComparable::getHashCode()
Get hash code
[ Top ]

method getText [line 94]

PHPExcel_RichText getText( )

Get Rich text comment

Get Rich text comment




Tags:

access:  public


[ Top ]

method setAuthor [line 85]

void setAuthor( [string $pValue = ''])

Set Author

Set Author




Tags:

access:  public


Parameters:

string   $pValue  

[ Top ]

method setText [line 103]

void setText( PHPExcel_RichText $pValue)

Set Rich text comment

Set Rich text comment




Tags:

access:  public


Parameters:

PHPExcel_RichText   $pValue  

[ Top ]

method __clone [line 123]

void __clone( )

Implement PHP __clone to create a deep clone, not just a shallow copy.

Implement PHP __clone to create a deep clone, not just a shallow copy.




Tags:

access:  public


[ Top ]


Documentation generated on Mon, 27 Oct 2008 08:37:49 +0100 by phpDocumentor 1.4.1