]);
}
- /**
- * Returns the social network privacy settings of the user.
- * @return bool[]
- * @deprecated 3.0
- *
- */
- public function getSocialNetworkPrivacySettings()
- {
- return [
- 'facebook' => false,
- 'google' => false,
- 'reddit' => false,
- 'twitter' => false,
- ];
- }
-
/**
* Returns the registration ip address, attempts to convert to IPv4.
*
}
}
- /**
- * Validates parameters to retrieve the social network privacy settings.
- * @deprecated 3.0
- */
- public function validateGetSocialNetworkPrivacySettings()
- {
- // does nothing
- }
-
- /**
- * Returns the social network privacy settings.
- * @deprecated 3.0
- */
- public function getSocialNetworkPrivacySettings()
- {
- // does nothing
- }
-
- /**
- * Validates the 'saveSocialNetworkPrivacySettings' action.
- * @deprecated 3.0
- */
- public function validateSaveSocialNetworkPrivacySettings()
- {
- // does nothing
- }
-
- /**
- * Saves the social network privacy settings.
- * @deprecated 3.0
- */
- public function saveSocialNetworkPrivacySettings()
- {
- // does nothing
- }
-
/**
* @since 5.3
*/