class ViolationPathIterator extends PropertyPathIterator

Methods

__construct(ViolationPath $violationPath)

Constructor.

Boolean
isIndex()

Returns whether the current element in the property path is an array index.

Boolean
isProperty()

Returns whether the current element in the property path is a property name.

mapsForm()

No description

Details

at line line 21
__construct(ViolationPath $violationPath)

Constructor.

Parameters

ViolationPath $violationPath

in PropertyPathIterator at line line 43
Boolean isIndex()

Returns whether the current element in the property path is an array index.

Return Value

Boolean

in PropertyPathIterator at line line 51
Boolean isProperty()

Returns whether the current element in the property path is a property name.

Return Value

Boolean

at line line 26
mapsForm()