\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() : bool

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

Returns

bool —

isProperty()

isProperty() : bool

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

Returns

bool —