Pelzini Tests

This is the code documentation for the Pelzini Tests project

Page options:

Inherited members

class php_documented_super_class

A super class
- extends php_documented_base_class.
- implements php_documented_interface
- implements php_missing_interface (not defined in this code)

Authors

Variables

NameVisibilityDescription
$base_private 
$base_protected 
$base_public 
$php_var1
Stores some information about something
$php_var2 
$php_var3 (static) 
$super_private 
$super_protected 
$super_public 

Functions

NameVisibilityDescription
aaapublic 
bbbpublic 
cccpublic 
dddpublic 
eeepublic 
fffpublic 
php_documented_arguments_methodpublicContains arguments
php_documented_final_methodpublicThis method is final. It is in an abstract class.
php_documented_methodpublicDoes soemthing else
php_documented_static_methodpublic (static)A static method

public aaa

void $php_documented_super_class->aaa ( );

This function does not have a description

public bbb

void $php_documented_super_class->bbb ( );

This function does not have a description

public ccc

void $php_documented_super_class->ccc ( mixed $foo );

This function does not have a description

public ddd

void $php_documented_super_class->ddd ( mixed $foo );

This function does not have a description

public eee

void $php_documented_super_class->eee ( php_documented_base_class $foo );

This function does not have a description

public fff

void $php_documented_super_class->fff ( [ mixed $foo ] );

This function does not have a description

public php_documented_arguments_method

void $php_documented_super_class->php_documented_arguments_method ( string $arg1 , string $arg2 );

Contains arguments

public php_documented_final_method (from php_documented_base_class)

unknown $php_documented_base_class->php_documented_final_method ( );

This method is final. It is in an abstract class.

public php_documented_method

void $php_documented_super_class->php_documented_method ( );

Does soemthing else

public php_documented_static_method

unknown php_documented_super_class::php_documented_static_method ( );

A static method