Function EmailIntegration->strip_system_code
Definitions
sources/mail_integration.php
- Strip system code from an e-mail component.
- Visibility: protected
- Is abstract?: Yes
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
&$body | string | Yes | No | required parameter | N/A | N/A | E-mail component |
$format | integer | No | No | required parameter | N/A | N/A | A STRIP_* constant |
Preview
Code (PHP)
/**
* Strip system code from an e-mail component.
*
* @param string $body E-mail component
* @param integer $format A STRIP_* constant
*/
abstract protected function strip_system_code(string &$body, int $format)
* Strip system code from an e-mail component.
*
* @param string $body E-mail component
* @param integer $format A STRIP_* constant
*/
abstract protected function strip_system_code(string &$body, int $format)