| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-mail/src/Header/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-mail/src/Header/From.php |
<?php
namespace Laminas\Mail\Header;
class From extends AbstractAddressList
{
/** @var string */
protected $fieldName = 'From';
/** @var string */
protected static $type = 'from';
}