13 lines
338 B
YAML
13 lines
338 B
YAML
|
name: PropertyGetter
|
||
|
class_comment: '# * This class has two paths to PropertyGetterInterface:
|
||
|
|
||
|
# * PropertyGetterInterface <- AbstractPropertyGetter <- PropertyGetter
|
||
|
|
||
|
# * PropertyGetterInterface <- ChildGetterInterface <- PropertyGetter.'
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods: []
|
||
|
traits: []
|
||
|
interfaces:
|
||
|
- ChildGetterInterface
|