public function HttpHeaderNull::__toString in RESTful 7.2
Returns the string version of the header.
Return value
string
File
- src/
Http/ HttpHeaderNull.php, line 78 - Contains \Drupal\restful\Http\HttpHeaderNull
Class
Namespace
Drupal\restful\HttpCode
public function __toString() {
return NULL;
}