mini\Mail\MultipartMessage::findPart() Method

public

Signature

public function findPart(callable $predicate): ?Psr\Http\Message\MessageInterface

Parameters

Name Type Default Description
$predicate callable required Documentation missing

Returns

?Psr\Http\Message\MessageInterface

Documentation

Find the first part matching the predicate

Source

src/Mail/MultipartMessage.php:185-193