property = 1; } protected function incrementPropertyValue() { $this->property++; } public function getProperty() { return $this->property; } }