PHP Class AcMailer\Factory\AbstractAcMailerFactory

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getConfig ( Interop\Container\ContainerInterface $container ) : array

Method Details

canCreate() public méthode

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

getConfig() protected méthode

protected getConfig ( Interop\Container\ContainerInterface $container ) : array
$container Interop\Container\ContainerInterface
Résultat array