getCharset() public method

Get character set
public getCharset ( ) : string
return string
Beispiel #1
0
 /**
  * Get character set
  *
  * @return string
  */
 public function getCharset()
 {
     return $this->message->getCharset();
 }