Represents a variable
This is the code documentation for the Pelzini project
Search documentation |
class ParserVariableRepresents a variable
Extending this class<?php /** * New class description goes here * * @author Your Name, 2024-12-22 **/ class NewClassName extends ParserVariable { /** * Debugging use only **/ public function dump () { // Method code goes here } public function __construct () { // Method code goes here } /** * Applies the contents of a doc-block to this element **/ protected function processSpecificDocblockTags ($text $docblock_tags) { // 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 |