getCharset() 공개 메소드

Get character set
public getCharset ( ) : string
리턴 string
예제 #1
0
파일: Mail.php 프로젝트: nicksagona/PopPHP
 /**
  * Get character set
  *
  * @return string
  */
 public function getCharset()
 {
     return $this->message->getCharset();
 }