public function CabinetGetFolderInfo()
 {
     // no arguments
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::CabinetGetFolderInfo();
     $this->methodClose();
     return $this->decodeString($results->folder_information);
 }