PHP 클래스 Zend\Mvc\Controller\Plugin\Service\ForwardFactory

상속: implements Zend\ServiceManager\FactoryInterface
파일 보기 프로젝트 열기: zendframework/zend-mvc

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward {@inheritDoc}
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : Forward Create and return Forward instance

메소드 상세

__invoke() 공개 메소드

{@inheritDoc}
public __invoke ( Interop\Container\ContainerInterface $container, $name, array $options = null ) : Forward
$container Interop\Container\ContainerInterface
$options array
리턴 Zend\Mvc\Controller\Plugin\Forward

createService() 공개 메소드

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