Beispiel #1
0
 function __construct(DOMElement $rowlist, $query_params)
 {
     $this->setQueryParams($query_params);
     parent::__construct($rowlist, $this->numRows(), $this->params['page']);
 }