Table of Contents
-
create()
: ServerRequestCreator
create()
public
static create(ServerRequestFactoryInterface $serverRequestFactory, UriFactoryInterface $uriFactory, UploadedFileFactoryInterface $uploadedFileFactory, StreamFactoryInterface $streamFactory) : ServerRequestCreator
Parameters
-
$serverRequestFactory
: ServerRequestFactoryInterface
-
-
$uriFactory
: UriFactoryInterface
-
-
$uploadedFileFactory
: UploadedFileFactoryInterface
-
-
$streamFactory
: StreamFactoryInterface
-
Return values
ServerRequestCreator
—