You are here

public function HttpHeaderNull::set in RESTful 7.2

Sets the values.

Parameters

array $values: A numeric array containing all the values for the given header.

Overrides HttpHeaderInterface::set

File

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

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public function set($values) {
}