RecursiveContextualValidator::validate()

ContextualValidatorInterface validate(mixed $value, Constraint|Constraint[] $constraints = null, array|null $groups = null) Validates a value against a constraint or a list of constraints. If no constraint is passed, the constraint {@link \Symfony\Component\Validator\Constraints\Valid} is assumed. Parameters mixed $value The value to validate Constraint|Constraint[] $constraints The constraint(s) to validate against array|null $groups The validation groups to validate. If non

RecursiveContextualValidator::atPath()

ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context. If called multiple times, the path will always be reset to the context's original path with the given path appended to it. Parameters string $path The path to append Return Value ContextualValidatorInterface This validator

RecursiveArrayAccess

class RecursiveArrayAccess Methods static get($array, array $indices) Details static get($array, array $indices) Parameters $array array $indices

RecursiveContextualValidator

class RecursiveContextualValidator implements ContextualValidatorInterface Recursive implementation of {@link ContextualValidatorInterface}. Methods __construct(ExecutionContextInterface $context, MetadataFactoryInterface $metadataFactory, ConstraintValidatorFactoryInterface $validatorFactory, array $objectInitializers = array()) Creates a validator for the given context. ContextualValidatorInterface atPath(string $path) Appends the given path to the property path of the context.

RecursiveArrayAccess

class RecursiveArrayAccess Methods static get($array, array $indices) Details static get($array, array $indices) Parameters $array array $indices

Reader::isEOF()

bool isEOF() Return Value bool

RealServiceInstantiator

class RealServiceInstantiator implements InstantiatorInterface {@inheritdoc} Noop proxy instantiator - simply produces the real service instead of a proxy instance. Methods object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator) Instantiates a proxy object. Details object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator)

Reader::moveForward()

moveForward(int $length) Parameters int $length

Reader::moveToEnd()

moveToEnd()

Reader::getSubstring()

string getSubstring(int $length, int $offset) Parameters int $length int $offset Return Value string