Open Journal Systems
3.3.0
|
Public Member Functions | |
createHeader ($header, $value=null) | |
Protected Attributes | |
$mapping | |
Default header factory implementation
Definition at line 10 of file HeaderFactory.php.
Guzzle\Http\Message\Header\HeaderFactory::createHeader | ( | $header, | |
$value = null |
|||
) |
Create a header from a header name and a single value
string | $header | Name of the header to create |
string | $value | Value to set on the header |
Implements Guzzle\Http\Message\Header\HeaderFactoryInterface.
Definition at line 21 of file HeaderFactory.php.
References Guzzle\Http\Message\Header\$header.
|
protected |
Definition at line 16 of file HeaderFactory.php.