Class DbTableGatewayFactory

Summary

Fully Qualified Name: Zend\Paginator\Adapter\Service\DbTableGatewayFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() {@inheritDoc} DbTableGatewayFactory
createService() Create and return a DbTableGateway instance (v2) DbTableGatewayFactory
setCreationOptions() Options to use with factory (v2) DbTableGatewayFactory

Method Details

__invoke()

{@inheritDoc}

Parameter Name Type Description
$container
$requestedName
$options

Returns: \DbTableGateway

createService()

Create and return a DbTableGateway instance (v2)

Parameter Name Type Description
$container \ServiceLocatorInterface
$name null|string
$requestedName string

Returns: \DbTableGateway

setCreationOptions()

Options to use with factory (v2)

Parameter Name Type Description
$creationOptions array

Returns: void

Top