PHP Class AwsModule\Factory\DynamoDbSessionSaveHandlerFactory

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

Public Methods

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

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : AwsModule\Session\SaveHandler\DynamoDb
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return AwsModule\Session\SaveHandler\DynamoDb

createService() public method

{@inheritDoc}
public createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AwsModule\Session\SaveHandler\DynamoDb
$serviceLocator Zend\ServiceManager\ServiceLocatorInterface
return AwsModule\Session\SaveHandler\DynamoDb