Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
ApiPlatform
Core
Serializer
SerializerContextBuilderInterface
PHP Interface ApiPlatform\Core\Serializer\SerializerContextBuilderInterface
Author:
Kévin Dunglas (
[email protected]
)
Mostrar archivo
Open project: api-platform/core
Public Methods
Method
Description
createFromRequest
(
Request
$request
,
boolean
$normalization
,
array
$extractedAttributes
= null ) :
array
Creates a serialization context from a Request.
Method Details
createFromRequest()
public
method
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
return
array