Function EmailIntegration->email_comcode_from_text
Definitions
sources/mail_integration.php
- Convert e-mail text to Comcode.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$body | string | No | No | required parameter | N/A | N/A | Text body |
Returns
- Comcode version
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Convert e-mail text to Comcode.
*
* @param string $body Text body
* @return string Comcode version
*/
protected function email_comcode_from_text(string $body) : string
* Convert e-mail text to Comcode.
*
* @param string $body Text body
* @return string Comcode version
*/
protected function email_comcode_from_text(string $body) : string