Свойство | Type | Description | |
---|---|---|---|
$options | array | Required for v2 compatibility. |
Méthode | Description | |
---|---|---|
__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. |
public createService ( Zend\ServiceManager\ServiceLocatorInterface $container ) : DoctrineModule\Validator\ObjectExists | ||
$container | Zend\ServiceManager\ServiceLocatorInterface | |
Résultat | DoctrineModule\Validator\ObjectExists |
public setCreationOptions ( array $options ) | ||
$options | array |
protected array $options | ||
Résultat | array |