public function HttpHeaderBag::next in RESTful 7.2
File
- src/
Http/ HttpHeaderBag.php, line 127 - Contains \Drupal\restful\Http\HttpHeaderBag.
Class
Namespace
Drupal\restful\HttpCode
public function next() {
return next($this->values);
}
public function next() {
return next($this->values);
}