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

20 lines
365 B
YAML

name: Parameter
class_comment: '# * Parameter represents a parameter reference.
# *
# * @author Fabien Potencier <fabien@symfony.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: id
comment: null
- name: __toString
visibility: public
parameters: []
comment: null
traits: []
interfaces: []