You are here

public function HttpHeaderInterface::append in RESTful 7.2

Appends a value into a header.

Parameters

string $value: The string value to append.

2 methods override HttpHeaderInterface::append()
HttpHeader::append in src/Http/HttpHeader.php
Appends a value into a header.
HttpHeaderNull::append in src/Http/HttpHeaderNull.php
Appends a value into a header.

File

src/Http/HttpHeaderInterface.php, line 62
Contains \Drupal\restful\Http\HttpHeaderInterface

Class

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function append($value);