You are here

public function SmtpMailSystemWrapper::getComponents in SMTP Authentication Support 7

Expose public method to directly test _get_components().

File

tests/smtp_tests.mail.inc, line 16
Helper class to test SmtpMailSystem.

Class

SmtpMailSystemWrapper
Helper class to test SmtpMailSystem.

Code

public function getComponents($input) {
  return $this
    ->_get_components($input);
}