api/symfony/Component/PropertyAccess/PropertyPathIteratorInterface.yaml

34 lines
657 B
YAML
Raw Permalink Normal View History

2024-09-26 09:03:21 +00:00
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: []