FactoryTrait
Table of Contents
Properties
-
$emptyResponseHandler
: RequestHandlerInterface
-
$responseFactory
: ResponseFactoryInterface
-
$server
: ServerUtil
-
$serverRequestFactory
: ServerRequestFactoryInterface
-
$streamFactory
: StreamFactoryInterface
-
$uploadedFileFactory
: UploadedFileFactoryInterface
-
$uriFactory
: UriFactoryInterface
-
$FACTORIES
: array<string|int, mixed>
Methods
-
initFactories()
: void
$emptyResponseHandler
protected
RequestHandlerInterface
$emptyResponseHandler
$responseFactory
protected
ResponseFactoryInterface
$responseFactory
$server
protected
ServerUtil
$server
$serverRequestFactory
protected
ServerRequestFactoryInterface
$serverRequestFactory
$streamFactory
protected
StreamFactoryInterface
$streamFactory
$uploadedFileFactory
protected
UploadedFileFactoryInterface
$uploadedFileFactory
$uriFactory
protected
UriFactoryInterface
$uriFactory
$FACTORIES
private
array<string|int, mixed>
$FACTORIES
= ['responseFactory' => 'RESPONSE_FACTORY', 'serverRequestFactory' => 'SERVER_REQUEST_FACTORY', 'streamFactory' => 'STREAM_FACTORY', 'uploadedFileFactory' => 'UPLOADED_FILE_FACTORY', 'uriFactory' => 'URI_FACTORY']
initFactories()
protected
initFactories() : void
-
throws
-
Exception