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
Namespace
Drupal\restful\HttpCode
public function set($values) {
}