Pelzini

This is the code documentation for the Pelzini project

class ParserTable

Represents the contents of a @table tag

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2024-04-25
**/
class NewClassName extends ParserTable {
    
    /**
    * Debugging use only
    **/
    public function dump () {
        // Method code goes here
    }
    
    public function __construct () {
        // Method code goes here
    }
    
}
?>