A super class - extends php_documented_base_class. - implements php_documented_interface - implements php_missing_interface (not defined in this code)
This is the code documentation for the Pelzini Tests project
Search documentation |
class php_documented_super_classA super class - extends php_documented_base_class. - implements php_documented_interface - implements php_missing_interface (not defined in this code)
Extending this class<?php /** * New class description goes here * * @author Your Name, 2024-12-28 **/ class NewClassName extends php_documented_super_class { public function fff ($foo) { // Method code goes here } public function eee (php_documented_base_class $foo) { // Method code goes here } public function ddd ($foo) { // Method code goes here } public function ccc ($foo) { // Method code goes here } public function aaa () { // Method code goes here } public function bbb () { // Method code goes here } /** * Does soemthing else **/ public function php_documented_method () { // Method code goes here } /** * Contains arguments **/ public function php_documented_arguments_method (string $arg1, string $arg2) { // Method code goes here } /** * A static method **/ public function php_documented_static_method () { // 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 |