PHP 클래스 ZF\Apigility\Admin\Model\AbstractPluginManagerModelFactory

상속: implements Zend\ServiceManager\FactoryInterface
파일 보기 프로젝트 열기: zfcampus/zf-apigility-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$pluginManagerModel string
$pluginManagerService string

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : mixed Return one of the plugin manager-backed model instance.
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : mixed Return one of the plugin manager-backed model instance (v2).

메소드 상세

__invoke() 공개 메소드

Return one of the plugin manager-backed model instance.
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : mixed
$container Interop\Container\ContainerInterface
$requestedName string
$options array
리턴 mixed A model instance that composes a plugin manager.

createService() 공개 메소드

Provided for backwards compatibility; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : mixed
$container Zend\ServiceManager\ServiceLocatorInterface
리턴 mixed A model instance that composes a plugin manager.

프로퍼티 상세

$pluginManagerModel 보호되어 있는 프로퍼티

protected string $pluginManagerModel
리턴 string

$pluginManagerService 보호되어 있는 프로퍼티

protected string $pluginManagerService
리턴 string