$this
public function bodyShowLength(bool $show) : static { $this->options['body_show_length'] = $show; return $this; }