コード例 #1
0
ファイル: Formatter.php プロジェクト: Nycto/Round-Eights
 /**
  * Returns the header content string of the list of BCC addresses
  *
  * @param \r8\Mail $mail The piece of mail whose to fields are being formatted
  * @return String
  */
 public function getBCCString(\r8\Mail $mail)
 {
     return $this->getAddressList($mail->getBCC());
 }