Class IdentityFactory

Summary

Fully Qualified Name: Zend\View\Helper\Service\IdentityFactory
Implements: FactoryInterface

Description

Methods

Name Description Defined By
__invoke() {@inheritDoc} IdentityFactory
createService() Create service IdentityFactory

Method Details

__invoke()

{@inheritDoc}

Parameter Name Type Description
$container \ContainerInterface
$name string
$options null|array

Returns: \Zend\View\Helper\Identity

createService()

Create service

Parameter Name Type Description
$serviceLocator \ServiceLocatorInterface
$rName
$cName

Returns: mixed

Top