MediaWiki  1.29.1
Mail_mime Class Reference

Public Member Functions

 __construct ( $params=[])
 
 get ( $params=null, $filename=null, $skip_head=false)
 
 headers (array $xtra_headers=null, $overwrite=false, $skip_content=false)
 
 setHTMLBody ( $data, $isfile=false)
 
 setTXTBody ( $data, $isfile=false, $append=false)
 

Detailed Description

Definition at line 48 of file mail.php.

Constructor & Destructor Documentation

◆ __construct()

Mail_mime::__construct (   $params = [])
Parameters
mixed$params

Definition at line 52 of file mail.php.

Member Function Documentation

◆ get()

Mail_mime::get (   $params = null,
  $filename = null,
  $skip_head = false 
)
Parameters
array | null$parms
mixed$filename
bool$skip_head
Returns
string|bool|PEAR_Error

Definition at line 78 of file mail.php.

◆ headers()

Mail_mime::headers ( array  $xtra_headers = null,
  $overwrite = false,
  $skip_content = false 
)
Parameters
array | null$xtra_headers
bool$overwrite
bool$skip_content
Returns
array

Definition at line 87 of file mail.php.

◆ setHTMLBody()

Mail_mime::setHTMLBody (   $data,
  $isfile = false 
)
Parameters
string$data
bool$isfile
Returns
bool|PEAR_Error

Definition at line 69 of file mail.php.

◆ setTXTBody()

Mail_mime::setTXTBody (   $data,
  $isfile = false,
  $append = false 
)
Parameters
string$data
bool$isfile
bool$append
Returns
bool|PEAR_Error

Definition at line 61 of file mail.php.


The documentation for this class was generated from the following file: