AsseticBundle\FilterManagerFactory::createService PHP Méthode

createService() public méthode

public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : FilterManager
$locator Zend\ServiceManager\ServiceLocatorInterface
Résultat FilterManager
    public function createService(ServiceLocatorInterface $locator)
    {
        return $this($locator, 'FilterManager');
    }
FilterManagerFactory