Your IP : 216.73.216.43


Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-mail/src/Header/
Upload File :
Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-mail/src/Header/Bcc.php

<?php

namespace Laminas\Mail\Header;

class Bcc extends AbstractAddressList
{
    /** @var string */
    protected $fieldName = 'Bcc';

    /** @var string */
    protected static $type = 'bcc';
}