AsseticBundle\Cli\ApplicationFactory::createService PHP Method

createService() public method

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