PHP Class AwsModule\Factory\DynamoDbSessionSaveHandlerFactory

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 ) : AwsModule\Session\SaveHandler\DynamoDb
createService ( Zend\ServiceManager\ServiceLocatorInterface $serviceLocator ) : AwsModule\Session\SaveHandler\DynamoDb {@inheritDoc}

Method Details

__invoke() public méthode

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

createService() public méthode

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