Documentation

HttpFoundationRequestHandler
in package
implements RequestHandlerInterface

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

Tags
author

Bernhard Schussek bschussek@gmail.com

Table of Contents

Interfaces

RequestHandlerInterface
Submits forms if they were submitted.

Properties

$serverParams  : mixed

Methods

__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
Return values
bool

        
On this page

Search results