api/symfony/Component/PropertyAccess/PropertyPathIteratorInterface.yaml
2024-09-26 02:03:21 -07:00

33 lines
657 B
YAML

name: PropertyPathIteratorInterface
class_comment: null
dependencies: []
properties: []
methods:
- name: isIndex
visibility: public
parameters: []
comment: '# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @extends \SeekableIterator<int, string>
# */
# 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: []