1485. Class

1485.1. Zend\Mail\Protocol\SmtpPluginManager

Plugin manager implementation for SMTP extensions.

Enforces that SMTP extensions retrieved are instances of Smtp. Additionally, it registers a number of default extensions available.

1485.1.1. Methods

1485.1.1.1. validatePlugin

validatePlugin()

Validate the plugin

Checks that the extension loaded is an instance of Smtp.

Parameters:mixed
Return type:void
Throws :ExceptionInvalidArgumentException if invalid

Project Versions

Table Of Contents

Previous topic

1484. Class

Next topic

1486. Class

This Page