Open Journal Systems
3.3.0
ResponseFactory.php
1
<?php
2
3
namespace
Http\Message
;
4
5
use
Psr\Http\Message\ResponseInterface
;
6
use
Psr\Http\Message\StreamInterface
;
7
15
interface
ResponseFactory
16
{
28
public
function
createResponse
(
29
$statusCode = 200,
30
$reasonPhrase =
null
,
31
array $headers = [],
32
$body =
null
,
33
$protocolVersion =
'1.1'
34
);
35
}
Psr\Http\Message\StreamInterface
Definition:
vendor/psr/http-message/src/StreamInterface.php:12
Http\Message\ResponseFactory\createResponse
createResponse( $statusCode=200, $reasonPhrase=null, array $headers=[], $body=null, $protocolVersion='1.1')
Http\Message
Psr\Http\Message\ResponseInterface
Definition:
vendor/psr/http-message/src/ResponseInterface.php:20
Http\Message\ResponseFactory
Definition:
ResponseFactory.php:15
plugins
paymethod
paypal
vendor
php-http
message-factory
src
ResponseFactory.php
Generated on Fri Aug 28 2020 14:53:25 for Open Journal Systems by
1.8.17