Function EmailIntegration->_convert_text_quote_to_comcode
Definitions
sources/mail_integration.php
- Process a quote block in plain-text e-mail, into a Comcode quote tag. preg callback.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $matches | array | No | No | required parameter | N/A | N/A | preg Matches |
Returns
- The result
- Type: string
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Process a quote block in plain-text e-mail, into a Comcode quote tag. preg callback.
*
* @param array $matches preg Matches
* @return string The result
*/
public function _convert_text_quote_to_comcode(array $matches) : string
* Process a quote block in plain-text e-mail, into a Comcode quote tag. preg callback.
*
* @param array $matches preg Matches
* @return string The result
*/
public function _convert_text_quote_to_comcode(array $matches) : string

