name; } /** * @return string * @since 30.0.0 */ public function getDescription(): string { return $this->description; } /** * @return EShapeType * @since 30.0.0 */ public function getShapeType(): EShapeType { return $this->shapeType; } }