You are here

public function PHPExcel_RichText::__toString in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText.php \PHPExcel_RichText::__toString()

Convert to string

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText.php, line 135

Class

PHPExcel_RichText
PHPExcel_RichText

Code

public function __toString() {
  return $this
    ->getPlainText();
}