PHPDoctor


PHPDoctor\Tests\Data.aClass
tests/php5-test.php at line 50

Class aClass

aClass
All Implemented Interfaces:
anInterface

public class aClass


Field Summary
mixed

$aVar

mixed

$aVarWithStringValue

mixed

$aVarWithValue

mixed

$anArrayVar

int

$anIntVar

mixed

$multipleVars1

mixed

$multipleVars2

mixed

$multipleVars3

Constructor Summary

aClass()

Method Summary
void

aFunction()

void

aFunctionWithParams(mixed one, mixed two)

Field Detail

tests/php5-test.php at line 52

aVar

public mixed $aVar

tests/php5-test.php at line 69

aVarWithStringValue

public mixed $aVarWithStringValue = "one"

tests/php5-test.php at line 67

aVarWithValue

public mixed $aVarWithValue = 1

tests/php5-test.php at line 71

anArrayVar

public mixed $anArrayVar = array(4, 5, 6)

tests/php5-test.php at line 57

anIntVar

public int $anIntVar


tests/php5-test.php at line 65

multipleVars1

public mixed $multipleVars1 = 1

tests/php5-test.php at line 65

multipleVars2

public mixed $multipleVars2

tests/php5-test.php at line 65

multipleVars3

public mixed $multipleVars3 = 3

Constructor Detail

tests/php5-test.php at line 73

aClass

public aClass()

Method Detail

tests/php5-test.php at line 75

aFunction

public void aFunction()

tests/php5-test.php at line 82

aFunctionWithParams

public void aFunctionWithParams(mixed one, mixed two)

PHPDoctor