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: MetadataHeader.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 MetadataHeader extends UnstructuredHeader { private string $key; public function __construct(string $key, string $value) { $this->key = $key; parent::__construct('X-Metadata-'.$key, $value); } public function getKey(): string { return $this->key; } }
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