Documentation

PropertyPathIteratorInterface extends SeekableIterator

Tags
author

Bernhard Schussek bschussek@gmail.com

extends

\SeekableIterator<int, string>

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
bool

isProperty()

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

public isProperty() : bool
Return values
bool

        
On this page

Search results