33 lines
604 B
YAML
33 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
|