Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/vendor/theseer/../egulias/../symfony/mime/../../iyzico/../maennchen/.././nunomaduro/../laravel/../nette/../authorizenet/../../vendor/symfony/finder/../../voku/../dflydev/./../paytm/../webklex/../symfony/mailer/Header
الملفات الموجودة في هذا الـ Path:
.
..
MetadataHeader.php
TagHeader.php

مشاهدة ملف: TagHeader.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Mailer\Header;

use Symfony\Component\Mime\Header\UnstructuredHeader;

/**
 * @author Kevin Bond <kevinbond@gmail.com>
 */
final class TagHeader extends UnstructuredHeader
{
    public function __construct(string $value)
    {
        parent::__construct('X-Tag', $value);
    }
}