Searched defs:truncateAt (Results 1 – 4 of 4) sorted by relevance
12 private $truncateAt; variable in GuzzleHttp\\BodySummarizer14 public function __construct(int $truncateAt = null)
58 public static function bodySummary(MessageInterface $message, $truncateAt = 120)
403 function get_message_body_summary(MessageInterface $message, $truncateAt = 120)
56 public static function bodySummary(MessageInterface $message, int $truncateAt = 120): ?string