Extends
lithium\core\Object
Magic method to convert object to string.
Returns
stringSource
public function __toString() {
return (string) $this->body();
}
public function __toString() {
return (string) $this->body();
}