public function PHPExcel_RichText_TextElement::getText in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/TextElement.php \PHPExcel_RichText_TextElement::getText()
* Get text * *
Return value
string Text
Overrides PHPExcel_RichText_ITextElement::getText
1 call to PHPExcel_RichText_TextElement::getText()
- PHPExcel_RichText_Run::getHashCode in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ Run.php - * Get hash code * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ TextElement.php, line 59
Class
- PHPExcel_RichText_TextElement
- PHPExcel_RichText_TextElement
Code
public function getText() {
return $this->_text;
}