width = $width; return $this; } public function getCalculatedWidth(): int { return $this->width; } public function getDescriptor(): string { return $this->width . static::WIDTH_UNIT; } }