Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 2
0
 function __construct($mailService, $path, $overview)
 {
     parent::__construct();
     $this->mailService = $mailService;
     $this->path = $path;
     $this->overview = $overview;
     $this->HTMLBody = new BrIMAPBody($this, true);
     $this->textBody = new BrIMAPBody($this, false);
     $this->attachments = array();
 }