name: ArgumentResolverInterface
class_comment: null
dependencies:
- name: Request
  type: class
  source: Symfony\Component\HttpFoundation\Request
properties: []
methods:
- name: getArguments
  visibility: public
  parameters:
  - name: request
  - name: controller
  - name: reflector
    default: 'null'
  comment: '# * An ArgumentResolverInterface instance knows how to determine the

    # * arguments for a specific action.

    # *

    # * @author Fabien Potencier <fabien@symfony.com>

    # */

    # interface ArgumentResolverInterface

    # {

    # /**

    # * Returns the arguments to pass to the controller.

    # *

    # * @throws \RuntimeException When no value could be provided for a required argument'
traits:
- Symfony\Component\HttpFoundation\Request
interfaces: []