RecursiveContextualValidator::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations that have been generated so far in the context of the validator. Return Value ConstraintViolationListInterface The constraint violations

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

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

RecursiveArrayAccess

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

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::moveToEnd()

moveToEnd()

Reader::moveForward()

moveForward(int $length) Parameters int $length

Reader::isEOF()

bool isEOF() Return Value bool

Reader::getSubstring()

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