PHP Class AcMailer\Controller\Factory\ConfigMigrationControllerFactory

Author: Alejandro Celaya Alastrué
Inheritance: implements Zend\ServiceManager\Factory\FactoryInterface
Exibir arquivo Open project: acelaya/zf2-acmailer Class Usage Examples

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : object Create an object

Method Details

__invoke() public method

Create an object
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : object
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return object