string email(
string
$p_event, string
$p_string
)
|
|
Email text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
API Tags:
Redefined in descendants as:
multi formatted(
string
$p_event, string
$p_string, [boolean
$p_multiline = true]
)
|
|
Formatted text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
|
boolean |
$p_multiline: |
Multiline text |
API Tags:
| Return: | Array with formatted text and multiline paramater |
Redefined in descendants as:
string rss(
string
$p_event, string
$p_string
)
|
|
RSS text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
API Tags:
Redefined in descendants as:
multi text(
string
$p_event, string
$p_string, [boolean
$p_multiline = true]
)
|
|
Plain text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
|
boolean |
$p_multiline: |
Multiline text |
API Tags:
| Return: | Array with formatted text and multiline paramater |
Redefined in descendants as: