Represents an interface
This is the code documentation for the Pelzini project
| Search documentation | class ParserInterfaceRepresents an interface 
 Extending this class<?php
/**
* New class description goes here
* 
* @author Your Name, 2025-10-31
**/
class NewClassName extends ParserInterface {
    
    public function __construct () {
        // Method code goes here
    }
    
    /**
    * Processes Javadoc tags that are specific to this PaserItem
    **/
    protected function processSpecificDocblockTags ($docblock_tags) {
        // Method code goes here
    }
    
    /**
    * Debugging use only
    **/
    public function dump () {
        // Method code goes here
    }
    
    /**
    * Cascades Docblock tags into the children that do not have any tags, and then
    * runs processTags() for all of the children items.
    **/
    public function treeWalk ($function_name, ParserItem $parent_item) {
        // 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 |   |