AsseticBundle\FilterManagerFactory::createService PHP Method

createService() public method

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