PHP Interface ApiPlatform\Core\Serializer\SerializerContextBuilderInterface

Author: Kévin Dunglas ([email protected])
Afficher le fichier Open project: api-platform/core

Méthodes publiques

Méthode Description
createFromRequest ( Request $request, boolean $normalization, array $extractedAttributes = null ) : array Creates a serialization context from a Request.

Method Details

createFromRequest() public méthode

Creates a serialization context from a Request.
public createFromRequest ( Request $request, boolean $normalization, array $extractedAttributes = null ) : array
$request Symfony\Component\HttpFoundation\Request
$normalization boolean
$extractedAttributes array
Résultat array