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
Namespace
Drupal\restful\HttpCode
public function append($value) {
}