$_params
$_params : array
A hash containing any parameters for the current driver.
Copyright 2004-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (BSD). If you did not did not receive this file, see http://www.horde.org/licenses/bsd.
factory(string $driver = null, array $params = null) : \Vilma_MailboxDriver
Creates a new mailbox driver instance.
string | $driver | The name of the driver to create an instance of. |
array | $params | Driver-specific parameters. |
The new driver instance.