mediatekformation

ParamConverterInterface

Converts request parameters to objects and stores them as request attributes, so they can be injected as controller method arguments.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

apply()  : bool
Stores the object in the request.
supports()  : bool
Checks if the object is supported.

Methods

apply()

Stores the object in the request.

public apply(Request $request, ParamConverter $configuration) : bool
Parameters
$request : Request
$configuration : ParamConverter

Contains the name, class and options of the object

Return values
bool

True if the object has been successfully set, else false

Search results