The top-level class for all outputters
This is the code documentation for the Pelzini project
| Search documentation | class OutputterThe top-level class for all outputters 
 Extending this class<?php
/**
* New class description goes here
* 
* @author Your Name, 2025-11-01
**/
class NewClassName extends Outputter {
    
    /**
    * Does the actual outputting of the file objects (and their sub-objects)
    **/
    public function output (array $parser_items, Config $config) {
        // Method code goes here
    }
    
}
?>
 | 
| Powered by Pelzini, version 0.9.0 | Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |   |