This is the parser for PHP files. It converts a file from the raw PHP into a document tree
This is the code documentation for the Pelzini project
Search documentation |
class PhpParserThis is the parser for PHP files. It converts a file from the raw PHP into a document tree
Extending this class<?php
/**
* New class description goes here
*
* @author Your Name, 2025-10-27
**/
class NewClassName extends PhpParser {
/**
* Parses a specific file
**/
public function parseFile ($base_dir, $filename) {
// 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 |
|