PHP Class AsseticBundle\Cli\ApplicationFactory

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

Méthodes publiques

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

Method Details

__invoke() public méthode

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

createService() public méthode

public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : FilterManager
$locator Zend\ServiceManager\ServiceLocatorInterface
Résultat AsseticBundle\FilterManager