name: PropertyPathIteratorInterface class_comment: null dependencies: [] properties: [] methods: - name: isIndex visibility: public parameters: [] comment: '# * @author Bernhard Schussek # * # * @extends \SeekableIterator # */ # interface PropertyPathIteratorInterface extends \SeekableIterator # { # /** # * Returns whether the current element in the property path is an array # * index.' - name: isProperty visibility: public parameters: [] comment: '# * Returns whether the current element in the property path is a property # * name.' traits: [] interfaces: []