File path: dist/twist/Core/Utilities/Email.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
parseSource
—
Name | Description |
---|---|
$strEmailSource | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmailSource = 'foo';
//Call the function parseSource with the example vars
Twist::Email() -> parseSource($strEmailSource);