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

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

공개 메소드들

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

메소드 상세

__invoke() 공개 메소드

Create and return a ValidatorsModel instance.
public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : ValidatorsModel
$container Interop\Container\ContainerInterface
$requestedName string
$options array
리턴 ValidatorsModel

createService() 공개 메소드

Provided for backwards compatibility; proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : ValidatorsModel
$container Zend\ServiceManager\ServiceLocatorInterface
리턴 ValidatorsModel