ViolationPathIterator
class ViolationPathIterator extends PropertyPathIterator
Methods
Boolean
isIndex()
Returns whether the current element in the property path is an array index.
from PropertyPathIterator
Boolean
isProperty()
Returns whether the current element in the property path is a property name.
from PropertyPathIterator
mapsForm()
No description
Details
at line line 21
__construct(ViolationPath $violationPath)
Constructor.
in PropertyPathIterator at line line 43
Boolean
isIndex()
Returns whether the current element in the property path is an array index.
in PropertyPathIterator at line line 51
Boolean
isProperty()
Returns whether the current element in the property path is a property name.