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

29 lines
844 B
YAML

name: CheckArgumentsValidityPass
class_comment: "# * Checks if arguments of methods are properly configured.\n# *\n\
# * @author K\xE9vin Dunglas <dunglas@gmail.com>\n# * @author Nicolas Grekas <p@tchwork.com>"
dependencies:
- name: Definition
type: class
source: Symfony\Component\DependencyInjection\Definition
- name: RuntimeException
type: class
source: Symfony\Component\DependencyInjection\Exception\RuntimeException
properties: []
methods:
- name: __construct
visibility: public
parameters:
- name: throwExceptions
default: 'true'
comment: null
- name: processValue
visibility: protected
parameters:
- name: value
- name: isRoot
default: 'false'
comment: null
traits:
- Symfony\Component\DependencyInjection\Definition
- Symfony\Component\DependencyInjection\Exception\RuntimeException
interfaces: []