You are here

public function HttpHeaderNull::append in RESTful 7.2

Appends a value into a header.

Parameters

string $value: The string value to append.

Overrides HttpHeaderInterface::append

File

src/Http/HttpHeaderNull.php, line 90
Contains \Drupal\restful\Http\HttpHeaderNull

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public function append($value) {
}