Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
Class.RelatedAttachment.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5 */
6 
7 namespace Dcp\Mail;
8 
10 {
11  public $cid = '';
12  public function __construct($file, $name = 'att.dat', $type = 'application/binary', $cid = '')
13  {
14  parent::__construct($file, $name, $type);
15  $this->cid = $cid;
16  }
17 }
18 
← centre documentaire © anakeen