PHP 클래스 AwsModule\Factory\DynamoDbSessionSaveHandlerFactory

상속: implements Zend\ServiceManager\FactoryInterface
파일 보기 프로젝트 열기: aws/aws-sdk-php-zf2 1 사용 예제들

공개 메소드들

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

메소드 상세

__invoke() 공개 메소드

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

createService() 공개 메소드

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