PHP Class AcMailer\Factory\AbstractAcMailerFactory

Author: Alejandro Celaya Alastrué
Inheritance: implements Zend\ServiceManager\Factory\AbstractFactoryInterface
Show file Open project: acelaya/zf2-acmailer

Public Methods

Method Description
canCreate ( Interop\Container\ContainerInterface $container, string $requestedName ) : boolean Can the factory create an instance for the service?

Protected Methods

Method Description
getConfig ( Interop\Container\ContainerInterface $container ) : array

Method Details

canCreate() public method

Can the factory create an instance for the service?
public canCreate ( Interop\Container\ContainerInterface $container, string $requestedName ) : boolean
$container Interop\Container\ContainerInterface
$requestedName string
return boolean

getConfig() protected method

protected getConfig ( Interop\Container\ContainerInterface $container ) : array
$container Interop\Container\ContainerInterface
return array