SproutCMS

This is the code documentation for the SproutCMS project

class DocImportPlaintext

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-09-16
**/
class NewClassName extends DocImportPlaintext {
    
    /**
    * The main load function for a document.
    * Throw an exception on error.
    **/
    public function load (string $filename) {
        // Method code goes here
    }
    
}
?>