Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
symfony
/
mailer
/
Header
Location:
/home/zoteqbgb/public_html/vendor/symfony/mailer/Header
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: 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); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MetadataHeader.php
707 bytes
0644
2025-01-24 20:27
âï¸
ðï¸
Rename
TagHeader.php
547 bytes
0644
2025-01-24 20:27
âï¸
ðï¸
Rename
Chang
Apply