function __construct(&$rights)
 {
     parent::__construct($rights);
     // todo: doresit prava
     $this->content = null;
     $this->data = null;
 }
 public function __construct(&$rights)
 {
     parent::__construct($rights);
     // todo: doresit prava
     $this->perpage = DEFAULT_NEWS_PER_PAGE;
     $this->listmode = 'S';
     $this->showpages = true;
     $this->detaillink = '';
     $this->newsgroups = null;
     $this->data = null;
 }