PHP Class AwsModule\Factory\AwsFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Show file Open project: aws/aws-sdk-php-zf2 Class Usage Examples

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : Sdk
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : Sdk {@inheritDoc}

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : Sdk
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return Aws\Sdk

createService() public method

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : Sdk
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return Aws\Sdk