Home
last modified time | relevance | path

Searched refs:objectOrClass (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/TypedData/Validation/
H A DRecursiveValidator.php106 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = NULL) { argument
108 if (!is_object($objectOrClass)) {
111 return $this->startContext($objectOrClass)
112 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/TypedData/Validation/
H A DRecursiveValidator.php106 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = NULL) { argument
108 if (!is_object($objectOrClass)) {
111 return $this->startContext($objectOrClass)
112 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Validator/
H A DRecursiveValidator.php110 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
113 return $this->startContext(\is_object($objectOrClass) ? $objectOrClass : $value)
114 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
H A DContextualValidatorInterface.php67 …* @param object|string $objectOrClass The object or its cl…
74 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DValidatorInterface.php61 …* @param object|string $objectOrClass The object or its cl…
70 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DTraceableValidator.php116 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
118 … return $this->validator->validatePropertyValue($objectOrClass, $propertyName, $value, $groups);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveValidator.php117 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
120 return $this->startContext(\is_object($objectOrClass) ? $objectOrClass : $value)
121 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
H A DContextualValidatorInterface.php67 …* @param object|string $objectOrClass The object or its class…
74 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DValidatorInterface.php61 …* @param object|string $objectOrClass The object or its class…
70 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DTraceableValidator.php115 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
117 … return $this->validator->validatePropertyValue($objectOrClass, $propertyName, $value, $groups);
H A DRecursiveContextualValidator.php218 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
220 $classMetadata = $this->metadataFactory->getMetadataFor($objectOrClass);
229 if (\is_object($objectOrClass)) {
230 $object = $objectOrClass;
232 $cacheKey = spl_object_hash($objectOrClass);
237 $class = $objectOrClass;
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Validator/
H A DRecursiveValidator.php133 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
136 return $this->startContext(is_object($objectOrClass) ? $objectOrClass : $value)
137 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
H A DContextualValidatorInterface.php71 * @param object|string $objectOrClass The object or its class name
80 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DValidatorInterface.php65 * @param object|string $objectOrClass The object or its class name
76 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Validator/
H A DRecursiveValidator.php117 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
120 return $this->startContext(\is_object($objectOrClass) ? $objectOrClass : $value)
121 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
H A DContextualValidatorInterface.php67 …* @param object|string $objectOrClass The object or its class…
74 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DValidatorInterface.php61 …* @param object|string $objectOrClass The object or its class…
70 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DTraceableValidator.php115 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
117 … return $this->validator->validatePropertyValue($objectOrClass, $propertyName, $value, $groups);
H A DRecursiveContextualValidator.php218 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
220 $classMetadata = $this->metadataFactory->getMetadataFor($objectOrClass);
229 if (\is_object($objectOrClass)) {
230 $object = $objectOrClass;
232 $cacheKey = spl_object_hash($objectOrClass);
237 $class = $objectOrClass;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Validator/
H A DRecursiveValidator.php117 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
120 return $this->startContext(\is_object($objectOrClass) ? $objectOrClass : $value)
121 ->validatePropertyValue($objectOrClass, $propertyName, $value, $groups)
H A DContextualValidatorInterface.php67 …* @param object|string $objectOrClass The object or its class…
74 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DValidatorInterface.php61 …* @param object|string $objectOrClass The object or its class…
70 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null); argument
H A DTraceableValidator.php115 public function validatePropertyValue($objectOrClass, $propertyName, $value, $groups = null) argument
117 … return $this->validator->validatePropertyValue($objectOrClass, $propertyName, $value, $groups);
/dports/www/mod_php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt51 Deprecated: ReflectionClass::__construct(): Passing null to parameter #1 ($objectOrClass) of type o…
55 ReflectionClass::__construct(): Argument #1 ($objectOrClass) must be of type object|string, array g…
/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_constructor_002.phpt51 Deprecated: ReflectionClass::__construct(): Passing null to parameter #1 ($objectOrClass) of type o…
55 ReflectionClass::__construct(): Argument #1 ($objectOrClass) must be of type object|string, array g…

123