platform/api/symfony/Component/HttpKernel/Controller/ValueResolverInterface.yaml

36 lines
761 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: ValueResolverInterface
class_comment: null
dependencies:
- name: Request
type: class
source: Symfony\Component\HttpFoundation\Request
- name: ArgumentMetadata
type: class
source: Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata
properties: []
methods:
- name: resolve
visibility: public
parameters:
- name: request
- name: argument
comment: '# * Responsible for resolving the value of an argument based on its metadata.
# *
# * @author Nicolas Grekas <p@tchwork.com>
# */
# interface ValueResolverInterface
# {
# /**
# * Returns the possible value(s).'
traits:
- Symfony\Component\HttpFoundation\Request
- Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata
interfaces: []