SproutCMS

This is the code documentation for the SproutCMS project

class DocImportDOCXRun

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-09-16
**/
class NewClassName extends DocImportDOCXRun {
    
    /**
    * Constructor
    **/
    public function __construct (DOMElement $elem) {
        // Method code goes here
    }
    
}
?>