PHP Class AwsModule\Factory\S3RenameUploadFactory

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

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AwsModule\Filter\File\S3RenameUpload
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AwsModule\Filter\File\S3RenameUpload
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return AwsModule\Filter\File\S3RenameUpload

createService() public method

public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator )
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface