mediatekformation

HttpFoundationRequestHandler
in package
implements RequestHandlerInterface

A request processor using the {@link Request} class of the HttpFoundation component.

Tags
author

Bernhard Schussek bschussek@gmail.com

Interfaces, Classes, Traits and Enums

RequestHandlerInterface
Submits forms if they were submitted.

Table of Contents

$serverParams  : mixed
__construct()  : mixed
getUploadFileError()  : int|null
handleRequest()  : mixed
Submits a form if it was submitted.
isFileUpload()  : bool
Returns true if the given data is a file upload.

Properties

Methods

getUploadFileError()

public getUploadFileError(mixed $data) : int|null
Parameters
$data : mixed
Return values
int|null

isFileUpload()

Returns true if the given data is a file upload.

public isFileUpload(mixed $data) : bool
Parameters
$data : mixed

The form field data

Return values
bool

Search results