PHP 클래스 ZF\Apigility\Admin\Controller\ModuleCreationControllerFactory
파일 보기
프로젝트 열기: zfcampus/zf-apigility-admin
공개 메소드들
메소드 |
설명 |
|
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ModuleCreationController |
|
|
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ModuleCreationController |
|
|
메소드 상세
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ModuleCreationController |
$container |
Interop\Container\ContainerInterface |
|
$requestedName |
string |
|
$options |
array |
|
리턴 |
ModuleCreationController |
|
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ModuleCreationController |
$container |
Zend\ServiceManager\ServiceLocatorInterface |
|
리턴 |
ModuleCreationController |
|