public function StarGetProfiles()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::StarGetProfiles();
     $this->methodClose();
     return $this->decodeString($results->star_num_allow);
 }