PHP 클래스 AsseticBundle\FilterManagerFactory
파일 보기
프로젝트 열기: widmogrod/zf2-assetic-module
공개 메소드들
메소드 |
설명 |
|
__invoke ( Interop\Container\ContainerInterface $locator, string $requestedName, array $options = null ) : FilterManager |
|
|
createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : FilterManager |
|
|
메소드 상세
public __invoke ( Interop\Container\ContainerInterface $locator, string $requestedName, array $options = null ) : FilterManager |
$locator |
Interop\Container\ContainerInterface |
|
$requestedName |
string |
|
$options |
array |
|
리턴 |
FilterManager |
|
public createService ( Zend\ServiceManager\ServiceLocatorInterface $locator ) : FilterManager |
$locator |
Zend\ServiceManager\ServiceLocatorInterface |
|
리턴 |
FilterManager |
|