You are here

public function HttpHeaderInterface::set in RESTful 7.2

Sets the values.

Parameters

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

2 methods override HttpHeaderInterface::set()
HttpHeader::set in src/Http/HttpHeader.php
Sets the values.
HttpHeaderNull::set in src/Http/HttpHeaderNull.php
Sets the values.

File

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

Class

HttpHeaderInterface

Namespace

Drupal\restful\Http

Code

public function set($values);