lithium\net\Message::__toString PHP Method

__toString() public method

Magic method to convert object to string.
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->body();
    }