PHP Class AsseticBundle\Cli\ApplicationFactory

Inheritance: implements Zend\ServiceManager\FactoryInterface
Show file Open project: widmogrod/zf2-assetic-module

Public Methods

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

Method Details

__invoke() public method

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : Application
$container Interop\Container\ContainerInterface
$requestedName string
$options array
return Symfony\Component\Console\Application

createService() public method

public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : FilterManager
$locator Zend\ServiceManager\ServiceLocatorInterface
return AsseticBundle\FilterManager