$this
public function setPrevious(?self $previous) : static { $this->previous = $previous; return $this; }