PHP 클래스 Zend\Mvc\Service\AbstractPluginManagerFactory

상속: implements Zend\ServiceManager\FactoryInterface
파일 보기 프로젝트 열기: zendframework/zend-mvc 1 사용 예제들

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, string $name, array $options = null ) : Zend\ServiceManager\AbstractPluginManager Create and return a plugin manager.
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Zend\ServiceManager\AbstractPluginManager Create and return AbstractPluginManager instance

메소드 상세

__invoke() 공개 메소드

Classes that extend this should provide a valid class for the PLUGIN_MANGER_CLASS constant.
public __invoke ( Interop\Container\ContainerInterface $container, string $name, array $options = null ) : Zend\ServiceManager\AbstractPluginManager
$container Interop\Container\ContainerInterface
$name string
$options array
리턴 Zend\ServiceManager\AbstractPluginManager

createService() 공개 메소드

For use with zend-servicemanager v2; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Zend\ServiceManager\AbstractPluginManager
$container Zend\ServiceManager\ServiceLocatorInterface
리턴 Zend\ServiceManager\AbstractPluginManager