Method |
Description |
|
allExpandersMatch ( $value, $pattern ) : boolean |
|
|
arrayPropertyExists ( string $property, array $objectOrArray ) : boolean |
|
|
formatAccessPath ( $key ) : string |
|
|
formatFullPath ( $parentPath, $path ) : string |
|
|
getPropertyAccessor ( ) : Symfony\Component\PropertyAccess\PropertyAccessorInterface |
|
|
getValueByPath ( $array, $path ) : mixed |
|
|
isArrayPattern ( $pattern ) |
|
|
isPatternValid ( array $pattern, array $values, $parentPath ) : boolean |
Check if pattern elements exist in value array |
|
iterateMatch ( array $values, array $patterns, string $parentPath = "" ) : boolean |
|
|
setMissingElementInError ( $place, $path ) |
|
|
shouldSkippValueMatchingFor ( $lastPattern ) : boolean |
|
|
valueExist ( $path, array $haystack ) : boolean |
|
|
valueMatchPattern ( $value, $pattern ) : boolean |
|
|