contactsCount = $contactsCount; } public function getContactsCount() { return $this->contactsCount; } public function setProfileViewsCount($profileViewsCount) { $this->profileViewsCount = $profileViewsCount; } public function getProfileViewsCount() { return $this->profileViewsCount; } public function setSearchViewsCount($searchViewsCount) { $this->searchViewsCount = $searchViewsCount; } public function getSearchViewsCount() { return $this->searchViewsCount; } }