width = $width; $this->height = $height; } public function getTerminalDimensions() { return [ $this->width, $this->height ]; } }