TwistPHP Documentation

getText

File path: dist/twist/Core/Models/String/Html2Text.model.php
Namespace: Twist\Core\Models\String
Extends:

getTextReturns the text, converted from HTML.

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function getText with the example vars
$resHtml2Text = new \Twist\Core\Models\String\Html2Text();
$resHtml2Text -> getText();