PHP Class AsseticBundle\WriterFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Datei anzeigen Open project: widmogrod/zf2-assetic-module

Public Methods

Method Description
__invoke ( Interop\Container\ContainerInterface $locator, string $requestedName, array $options = null ) : FilterManager
createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : Assetic\AssetWriter;

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $locator, string $requestedName, array $options = null ) : FilterManager
$locator Interop\Container\ContainerInterface
$requestedName string
$options array
return FilterManager

createService() public method

public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : Assetic\AssetWriter;
$locator Zend\ServiceManager\ServiceLocatorInterface
return Assetic\AssetWriter;