Class ConfigAbstractFactory

Summary

Fully Qualified Name: Zend\ServiceManager\AbstractFactory\ConfigAbstractFactory
Implements: AbstractFactoryInterface

Description

Methods

Name Description Defined By
__invoke() {@inheritDoc} ConfigAbstractFactory
canCreate() Factory can create the service if there is a key for it in the config ConfigAbstractFactory

Method Details

__invoke()

{@inheritDoc}

Parameter Name Type Description
$container
$requestedName
$options

Returns:

canCreate()

Factory can create the service if there is a key for it in the config

{@inheritdoc}

Parameter Name Type Description
$container
$requestedName

Returns:

Top