getBoundary() public method

Get MIME boundary
public getBoundary ( ) : string
return string
Exemplo n.º 1
0
 /**
  * Get MIME boundary
  *
  * @return string
  */
 public function getBoundary()
 {
     return $this->message->getBoundary();
 }