You are here

public function HttpHeaderBag::rewind in RESTful 7.2

File

src/Http/HttpHeaderBag.php, line 149
Contains \Drupal\restful\Http\HttpHeaderBag.

Class

HttpHeaderBag

Namespace

Drupal\restful\Http

Code

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