You are here

public function HttpHeaderNull::get in RESTful 7.2

Gets the values of the header.

Return value

array The values for this header.

Overrides HttpHeaderInterface::get

File

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

Class

HttpHeaderNull

Namespace

Drupal\restful\Http

Code

public function get() {
  return $this->values;
}