public function EasyRdf_Http_Response::__toString

Implements magic __toString()

Return value

string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php, line 357

Class

EasyRdf_Http_Response
Class that represents an HTTP 1.0 / 1.1 response message.

Code

public function __toString() {
  return $this
    ->asString();
}