PropertyPathIteratorInterface
extends
SeekableIterator
in
Tags
Table of Contents
Methods
- isIndex() : bool
- Returns whether the current element in the property path is an array index.
- isProperty() : bool
- Returns whether the current element in the property path is a property name.
Methods
isIndex()
Returns whether the current element in the property path is an array index.
public
isIndex() : bool
Return values
boolisProperty()
Returns whether the current element in the property path is a property name.
public
isProperty() : bool