34 lines
641 B
YAML
34 lines
641 B
YAML
|
name: PropertyAccess
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: createPropertyAccessor
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: '# * Entry point of the PropertyAccess component.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @author Bernhard Schussek <bschussek@gmail.com>
|
||
|
|
||
|
# */
|
||
|
|
||
|
# final class PropertyAccess
|
||
|
|
||
|
# {
|
||
|
|
||
|
# /**
|
||
|
|
||
|
# * Creates a property accessor with the default configuration.'
|
||
|
- name: createPropertyAccessorBuilder
|
||
|
visibility: public
|
||
|
parameters: []
|
||
|
comment: null
|
||
|
- name: __construct
|
||
|
visibility: private
|
||
|
parameters: []
|
||
|
comment: '# * This class cannot be instantiated.'
|
||
|
traits: []
|
||
|
interfaces: []
|