Свойство | Тип | Описание | |
---|---|---|---|
$options | array | Required for v2 compatibility. |
Метод | Описание | |
---|---|---|
__invoke ( Interop\Container\ContainerInterface $container, string $requestedName, array $options = null ) : DoctrineModule\Validator\NoObjectExists | ||
createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DoctrineModule\Validator\NoObjectExists | Create and return an NoObjectExists validator (v2). | |
setCreationOptions ( array $options ) | Allow injecting options at build time; required for v2 compatibility. |
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DoctrineModule\Validator\NoObjectExists | ||
$container | Zend\ServiceManager\ServiceLocatorInterface | |
Результат | DoctrineModule\Validator\NoObjectExists |
public setCreationOptions ( array $options ) | ||
$options | array |
protected array $options | ||
Результат | array |