public function PHPExcel_RichText_TextElement::__construct in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/RichText/TextElement.php \PHPExcel_RichText_TextElement::__construct()
Create a new PHPExcel_RichText_TextElement instance
Parameters
string $pText Text:
1 method overrides PHPExcel_RichText_TextElement::__construct()
- PHPExcel_RichText_Run::__construct in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ Run.php - Create a new PHPExcel_RichText_Run instance
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ RichText/ TextElement.php, line 48
Class
- PHPExcel_RichText_TextElement
- PHPExcel_RichText_TextElement
Code
public function __construct($pText = '') {
// Initialise variables
$this->_text = $pText;
}