\Symfony\Component\PropertyAccessPropertyPathIteratorInterface

Summary

Methods
Constants
isIndex()
isProperty()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

isIndex()

isIndex() : boolean

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

Returns

boolean

isProperty()

isProperty() : boolean

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

Returns

boolean