testProperty = $testParameter; } private function privateTestMethod() { return $this->privateProperty; } protected function protectedTestMethod() { return $this->protectedProperty; } }