Searched refs:truncateAt (Results 1 – 3 of 3) sorted by relevance
54 * @param int $truncateAt The maximum allowed size of the summary58 public static function bodySummary(MessageInterface $message, $truncateAt = 120) argument72 $summary = $body->read($truncateAt);75 if ($size > $truncateAt) {
397 * @param int $truncateAt The maximum allowed size of the summary403 function get_message_body_summary(MessageInterface $message, $truncateAt = 120) argument405 return Message::bodySummary($message, $truncateAt);
325 `public static function bodySummary(MessageInterface $message, int $truncateAt = 120): string|null`