PHP Class AwsModule\Factory\AwsFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: aws/aws-sdk-php-zf2 Class Usage Examples

Méthodes publiques

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

Method Details

__invoke() public méthode

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

createService() public méthode

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