Fully Qualified Name: | Zend\Paginator\Adapter\Service\CallbackFactory |
Implements: | FactoryInterface |
Create and return an instance of the Callback adapter.
Name | Description | Defined By |
---|---|---|
__invoke() | {@inheritDoc} | CallbackFactory |
createService() | Create and return a Callback instance (v2) | CallbackFactory |
setCreationOptions() | Options to use with factory (v2) | CallbackFactory |
{@inheritDoc}
Parameter Name | Type | Description |
---|---|---|
$container | ||
$requestedName | ||
$options |
Returns: callable
Create and return a Callback instance (v2)
Parameter Name | Type | Description |
---|---|---|
$container | \ServiceLocatorInterface | |
$name | null|string | |
$requestedName | string |
Returns: callable
Options to use with factory (v2)
Parameter Name | Type | Description |
---|---|---|
$creationOptions | array |
Returns: void