Class AssetFactory

Summary

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

Description

Methods

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

Method Details

__invoke()

{@inheritDoc}

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

Returns: \Asset

createService()

Create service

Parameter Name Type Description
$serviceLocator \ServiceLocatorInterface
$rName string|null
$cName string|null

Returns: \Asset

Top