Pop\Mail\Message::getCharset PHP Method

getCharset() public method

Get character set
public getCharset ( ) : string
return string
    public function getCharset()
    {
        return $this->charset;
    }

Usage Example

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