Open Journal Systems  3.3.0
Http\Message\MessageFactory Interface Reference
Inheritance diagram for Http\Message\MessageFactory:
Http\Message\RequestFactory Http\Message\ResponseFactory Http\Message\MessageFactory\DiactorosMessageFactory Http\Message\MessageFactory\GuzzleMessageFactory Http\Message\MessageFactory\SlimMessageFactory

Additional Inherited Members

- Public Member Functions inherited from Http\Message\RequestFactory
 createRequest ( $method, $uri, array $headers=[], $body=null, $protocolVersion='1.1')
 
- Public Member Functions inherited from Http\Message\ResponseFactory
 createResponse ( $statusCode=200, $reasonPhrase=null, array $headers=[], $body=null, $protocolVersion='1.1')
 

Detailed Description

Factory for PSR-7 Request and Response.

Author
Márk Sági-Kazár mark..nosp@m.sagi.nosp@m.kazar.nosp@m.@gma.nosp@m.il.co.nosp@m.m

Definition at line 10 of file MessageFactory.php.


The documentation for this interface was generated from the following file: