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