TwistPHP Documentation

__construct

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

__construct

Parameters

Name Type Description
[$html = '']n/a
[$options = array()]n/a

Return Values

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

Example

<?php
//Set the variables for the example
$html '';
$options = array();

//Call the function __construct with the example vars
$resHtml2Text = new \Twist\Core\Models\String\Html2Text();
$resHtml2Text -> __construct($html$options);