См. определение в файле message.php строка 12
◆ __construct()
__construct |
( |
array & | $message, |
|
|
| $type ) |
◆ attachmentsCount()
Returns message attachments count
- Возвращает
- int
См. определение в файле message.php строка 149
◆ getQuoteEndMarker()
static getQuoteEndMarker |
( |
| $html = false | ) |
|
|
staticfinal |
Returns quote end marker
- Аргументы
-
bool | $html | Html/text switch. |
- Возвращает
- string
См. определение в файле message.php строка 139
◆ getQuoteStartMarker()
static getQuoteStartMarker |
( |
| $html = false | ) |
|
|
staticfinal |
Returns quote start marker
- Аргументы
-
bool | $html | Html/text switch. |
- Возвращает
- string
См. определение в файле message.php строка 128
◆ parse()
Returns parsed message text
- Возвращает
- string
См. определение в файле message.php строка 159
◆ parseForward()
static parseForward |
( |
array & | $message | ) |
|
|
static |
Returns parsed forward text
- Аргументы
-
- Возвращает
- string
См. определение в файле message.php строка 339
◆ parseMessage()
static parseMessage |
( |
array & | $message | ) |
|
|
static |
◆ parseReply()
static parseReply |
( |
array & | $message | ) |
|
|
static |
Returns parsed reply text
- Аргументы
-
- Возвращает
- string
См. определение в файле message.php строка 326
◆ reduceHead()
static reduceHead |
( |
& | $text | ) |
|
|
static |
Returns non-paired bb-codes only
- Аргументы
-
string | array | &$text | Text. |
- Возвращает
- string
См. определение в файле message.php строка 687
◆ reduceTags()
static reduceTags |
( |
& | $text | ) |
|
|
staticprotected |
Returns text without bb-codes
- Аргументы
-
string | array | &$text | Text. |
- Возвращает
- string
См. определение в файле message.php строка 671
◆ removeForwardHead()
removeForwardHead |
( |
& | $text | ) |
|
|
protected |
Returns significant forward text
- Аргументы
-
string | array | &$text | Forward text. |
- Возвращает
- string
См. определение в файле message.php строка 591
◆ removeReplyHead()
removeReplyHead |
( |
& | $text | ) |
|
|
protected |
Returns significant reply text
- Аргументы
-
string | array | &$text | Reply text. |
- Возвращает
- string
Outlook
From: <from> Sent: <datetime> To: <to> Subject: <subject>
Gmail, Yandex, Thunderbird
<date>, <time>, <from>:
См. определение в файле message.php строка 508
◆ scoreFullHead()
Returns full reply/forward head score
- Аргументы
-
string | &$head | Full reply/forward head. |
- Возвращает
- int
См. определение в файле message.php строка 412
◆ scoreShortHead()
scoreShortHead |
( |
& | $head | ) |
|
|
protected |
Returns short reply/forward head score
- Аргументы
-
string | &$head | Short reply/forward head. |
- Возвращает
- int
См. определение в файле message.php строка 473
◆ splitHtml()
Extracts quote from message html
- Аргументы
-
string | &$html | Message html. |
- Возвращает
- string
См. определение в файле message.php строка 352
◆ splitText()
Extracts quote from message text
- Аргументы
-
string | &$text | Message text. |
- Возвращает
- string
См. определение в файле message.php строка 384
◆ stripQuotes()
static stripQuotes |
( |
| $text | ) |
|
|
static |
◆ wrapTheMessageWithAQuote()
static wrapTheMessageWithAQuote |
( |
| $body, |
|
|
| $subject, |
|
|
| $timeString, |
|
|
| $from = [], |
|
|
| $to = [], |
|
|
| $cc = [], |
|
|
bool | $sanitized = false ) |
|
staticfinal |
◆ $attachments
◆ $from
◆ $headers
◆ $html
◆ $secret
◆ $subject
◆ $text
◆ $to
◆ $type
◆ QUOTE_END_MARKER_HTML
const QUOTE_END_MARKER_HTML = '<div id="qemb24msrv" style="font-family: \'qemb24msrv\', serif;"> </div>' |
◆ QUOTE_HTML_REGEX
const QUOTE_HTML_REGEX = '/<div\s[^>]+srvb24mqsm[^>]+>.*?<\/div>(.*)<div\s[^>]+qemb24msrv[^>]+>.*?<\/div>/is' |
◆ QUOTE_PLACEHOLDER
const QUOTE_PLACEHOLDER = '__QUOTE_PLACEHOLDER__' |
◆ QUOTE_START_MARKER_HTML
const QUOTE_START_MARKER_HTML = '<div id="srvb24mqsm" style="font-family: \'srvb24mqsm\', serif;"> </div>' |