PHP Class AsseticBundle\WriterFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Afficher le fichier Open project: widmogrod/zf2-assetic-module

Méthodes publiques

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

Method Details

__invoke() public méthode

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

createService() public méthode

public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : Assetic\AssetWriter;
$locator Zend\ServiceManager\ServiceLocatorInterface
Résultat Assetic\AssetWriter;