function AbstractPart::__construct
6 calls to AbstractPart::__construct()
- AbstractMultipartPart::__construct in vendor/
symfony/ mime/ Part/ AbstractMultipartPart.php - AbstractMultipartPart::__construct in vendor/
symfony/ mime/ Part/ AbstractMultipartPart.php - SMimePart::__construct in vendor/
symfony/ mime/ Part/ SMimePart.php - SMimePart::__construct in vendor/
symfony/ mime/ Part/ SMimePart.php - TextPart::__construct in vendor/
symfony/ mime/ Part/ TextPart.php
3 methods override AbstractPart::__construct()
- AbstractMultipartPart::__construct in vendor/
symfony/ mime/ Part/ AbstractMultipartPart.php - SMimePart::__construct in vendor/
symfony/ mime/ Part/ SMimePart.php - TextPart::__construct in vendor/
symfony/ mime/ Part/ TextPart.php
File
-
vendor/
symfony/ mime/ Part/ AbstractPart.php, line 23
Class
- AbstractPart
- @author Fabien Potencier <fabien@symfony.com>
Namespace
Symfony\Component\Mime\PartCode
public function __construct() {
$this->headers = new Headers();
}