string email(
string
$p_event, string
$p_string
)
|
|
Email text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
API Tags:
Redefinition of:
- MantisFormattingPlugin::email()
- Email text processing.
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 |
Redefinition of:
- MantisFormattingPlugin::formatted()
- Formatted text processing.
string rss(
string
$p_event, string
$p_string
)
|
|
RSS text processing.
Parameters:
|
string |
$p_event: |
Event name |
|
string |
$p_string: |
Unformatted text |
API Tags:
Redefinition of:
- MantisFormattingPlugin::rss()
- RSS text processing.
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 |
Redefinition of:
- MantisFormattingPlugin::text()
- Plain text processing.