34 lines
657 B
YAML
34 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: []
|