PHP 클래스 ZF\Apigility\Doctrine\Server\Validator\ObjectExistsFactory

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

보호된 프로퍼티들

프로퍼티 타입 설명
$options array Required for v2 compatibility.

공개 메소드들

메소드 설명
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DoctrineModule\Validator\ObjectExists
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DoctrineModule\Validator\ObjectExists Create and return an ObjectExists validator (v2).
setCreationOptions ( array $options ) Allow injecting options at build time; required for v2 compatibility.

메소드 상세

__invoke() 공개 메소드

public __invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DoctrineModule\Validator\ObjectExists
$container Interop\Container\ContainerInterface
$requestedName string
$options array
리턴 DoctrineModule\Validator\ObjectExists

createService() 공개 메소드

Proxies to __invoke().
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DoctrineModule\Validator\ObjectExists
$container Zend\ServiceManager\ServiceLocatorInterface
리턴 DoctrineModule\Validator\ObjectExists

setCreationOptions() 공개 메소드

Allow injecting options at build time; required for v2 compatibility.
public setCreationOptions ( array $options )
$options array

프로퍼티 상세

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

Required for v2 compatibility.
protected array $options
리턴 array