property = 1; } protected function incrementPropertyValue() { $this->property++; } public function getProperty() { return $this->property; } protected function whatSecondArg( $a, $b = false ) { return $b; } }