====== class::testClass ======

^ Benötigte Dateien ^ Namensraum ^
| testInterface.php | data\extClasses |
| testInterface2.php | data\extClasses |

===== Elternklassen =====

testClass --> [[parenttestclass|parentTestClass]]

===== Konstanten =====

  * private string **$testConst** = testval1
  * public integer **$testConst2** = 2
  * public string **$VAR1** = testVal1
  * public string **$VAR2** = testVal2
  * public string **$VAR1_1** = testVal1_1
  * public string **$VAR2_2** = testVal2_2

===== Klasseneigenschaften =====

  * private string **$testparam1**
  * private string **$testparam2**

===== Interfaces =====

  * [[testinterface|interface::testInterface]]
  * [[testinterface2|interface::testInterface2]]

===== Methoden =====

  * [[testmethodwithoutphpdoc|public testMethodWithoutPHPDoc (string $testString = 'test'):string]]
  * [[testmethodwithphpdoc|public testMethodWithPHPDoc (int $testInt = 0):int]]\\ is is a test method

