Returns only a subset of the decorated entity body when cast as a string
Overrides AbstractEntityBodyDecorator::__toString
public function __toString() { return substr((string) $this->body, $this->offset, $this->limit); }