data; } /** * @since 35.0.0 */ public function getShapeType(): EShapeType { return $this->shapeType; } /** * @since 35.0.0 */ public function getMimeType(): string { return $this->mimeType; } /** * @since 35.0.0 */ public function getExtension(): string { return $this->extension; } }