You are here

public function PHPExcel_Comment::getText in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php \PHPExcel_Comment::getText()

Get Rich text comment

Return value

PHPExcel_RichText

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Comment.php, line 140

Class

PHPExcel_Comment
PHPExcel_Comment

Code

public function getText() {
  return $this->_text;
}