platform/api/symfony/Component/PropertyAccess/PropertyPathIterator.yaml
2024-09-02 10:44:11 -07:00

32 lines
604 B
YAML

name: PropertyPathIterator
class_comment: '# * Traverses a property path and provides additional methods to find
out
# * information about the current element.
# *
# * @author Bernhard Schussek <bschussek@gmail.com>
# *
# * @extends \ArrayIterator<int, string>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: path
comment: null
- name: isIndex
visibility: public
parameters: []
comment: null
- name: isProperty
visibility: public
parameters: []
comment: null
traits: []
interfaces:
- PropertyPathIteratorInterface