Beispiel #1
0
 /**
  * Get a user's profile or settings data
  *
  * @return array|false
  */
 public function getProfileSettingsData($type = 'user_profile', $userid = 0, $check_exists_only = false)
 {
     $userbase = new UserBase();
     return $userbase->getProfileSettingsData($this, $type, $userid, $check_exists_only);
 }