SymfonyCaster
-
final
-
Table of Contents
-
REQUEST_GETTERS
= ['pathInfo' => 'getPathInfo', 'requestUri' => 'getRequestUri', 'baseUrl' => 'getBaseUrl', 'basePath' => 'getBasePath', 'method' => 'getMethod', 'format' => 'getRequestFormat']
-
castHttpClient()
: mixed
-
castHttpClientResponse()
: mixed
-
castRequest()
: mixed
-
castUlid()
: mixed
-
castUuid()
: mixed
REQUEST_GETTERS
private
mixed
REQUEST_GETTERS
= ['pathInfo' => 'getPathInfo', 'requestUri' => 'getRequestUri', 'baseUrl' => 'getBaseUrl', 'basePath' => 'getBasePath', 'method' => 'getMethod', 'format' => 'getRequestFormat']
castHttpClient()
public
static castHttpClient(mixed $client, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
-
$client
: mixed
-
-
$a
: array<string|int, mixed>
-
-
$stub
: Stub
-
-
$isNested
: bool
-
Return values
mixed
—
castHttpClientResponse()
public
static castHttpClientResponse(mixed $response, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
-
$response
: mixed
-
-
$a
: array<string|int, mixed>
-
-
$stub
: Stub
-
-
$isNested
: bool
-
Return values
mixed
—
castRequest()
public
static castRequest(Request $request, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
-
$request
: Request
-
-
$a
: array<string|int, mixed>
-
-
$stub
: Stub
-
-
$isNested
: bool
-
Return values
mixed
—
castUlid()
public
static castUlid(Ulid $ulid, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
-
$ulid
: Ulid
-
-
$a
: array<string|int, mixed>
-
-
$stub
: Stub
-
-
$isNested
: bool
-
Return values
mixed
—
castUuid()
public
static castUuid(Uuid $uuid, array<string|int, mixed> $a, Stub $stub, bool $isNested) : mixed
Parameters
-
$uuid
: Uuid
-
-
$a
: array<string|int, mixed>
-
-
$stub
: Stub
-
-
$isNested
: bool
-
Return values
mixed
—