File path: dist/twist/Core/Models/Email/Create.model.php
Namespace: Twist\Core\Models\Email
setCharEncoding
—
Name | Description |
---|---|
[$strCharEncoding = 'ISO-8859-1'] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strCharEncoding = 'ISO-8859-1';
//Call the function setCharEncoding with the example vars
$resCreate = new \Twist\Core\Models\Email\Create();
$resCreate -> setCharEncoding($strCharEncoding);