$this
public function setTrimmable(bool $trimmable) : static { $this->trimmable = $trimmable; return $this; }