PHP Класс ZF\Apigility\Doctrine\Server\Validator\ObjectExistsFactory

Наследование: implements Zend\ServiceManager\FactoryInterface, implements Zend\ServiceManager\MutableCreationOptionsInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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