AsseticBundle\FilterManagerFactory::__invoke PHP 메소드

__invoke() 공개 메소드

public __invoke ( Interop\Container\ContainerInterface $locator, string $requestedName, array $options = null ) : FilterManager
$locator Interop\Container\ContainerInterface
$requestedName string
$options array
리턴 FilterManager
    public function __invoke(ContainerInterface $locator, $requestedName, array $options = null)
    {
        $filterManager = new FilterManager($locator);
        return $filterManager;
    }
FilterManagerFactory