class SmtpMailSystemWrapper in SMTP Authentication Support 7
Helper class to test SmtpMailSystem.
Hierarchy
- class \SmtpMailSystem implements MailSystemInterface
- class \SmtpMailSystemWrapper
Expanded class hierarchy of SmtpMailSystemWrapper
File
- tests/
smtp_tests.mail.inc, line 11 - Helper class to test SmtpMailSystem.
View source
class SmtpMailSystemWrapper extends SmtpMailSystem {
/**
* Expose public method to directly test _get_components().
*/
public function getComponents($input) {
return $this
->_get_components($input);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SmtpMailSystem:: |
protected | property | ||
SmtpMailSystem:: |
public | function |
Concatenate and wrap the e-mail body for either
plain-text or HTML emails. Overrides MailSystemInterface:: |
|
SmtpMailSystem:: |
public | function |
Send the e-mail message. Overrides MailSystemInterface:: |
|
SmtpMailSystem:: |
public | function | ||
SmtpMailSystem:: |
protected | function | Splits the input into parts based on the given boundary. | |
SmtpMailSystem:: |
protected | function | Returns an array of name and email address from a string. | |
SmtpMailSystem:: |
protected | function | Returns a string that is contained within another string. | |
SmtpMailSystem:: |
protected | function | Strips the headers from the body part. | |
SmtpMailSystemWrapper:: |
public | function | Expose public method to directly test _get_components(). |