platform/api/symfony/Component/DependencyInjection/Variable.yaml

37 lines
482 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: Variable
class_comment: '# * Represents a variable.
# *
# * $var = new Variable(''a'');
# *
# * will be dumped as
# *
# * $a
# *
# * by the PHP dumper.
# *
# * @author Johannes M. Schmitt <schmittjoh@gmail.com>'
dependencies: []
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: name
comment: null
- name: __toString
visibility: public
parameters: []
comment: null
traits: []
interfaces: []